ref: 75e34879866ad4381b040daf096c8c3eb2283fde
parent: dd7adf998304af1845a9e64db36024ed5658fe2e
author: Simon Howard <[email protected]>
date: Thu Dec 13 17:32:33 EST 2007
Add missing argument to the extraconfig command line parameter. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 986
--- a/src/m_misc.c
+++ b/src/m_misc.c
@@ -704,6 +704,8 @@
printf("saving config in %s\n", doom_defaults.filename);
//!
+ // @arg <file>
+ //
// Load extra configuration from the specified file, instead
// of chocolate-doom.cfg.
//