summaryrefslogtreecommitdiff
path: root/src/g_game.c
diff options
context:
space:
mode:
authorSimon Howard2007-12-13 22:26:16 +0000
committerSimon Howard2007-12-13 22:26:16 +0000
commit21a82fa12400568b67b378048a822f73f6d32a81 (patch)
tree00bbcbc767be4919c647decb2e429960710c06cb /src/g_game.c
parent5df59601283df3d3c3889a350086f4bb0dce248c (diff)
downloadchocolate-doom-21a82fa12400568b67b378048a822f73f6d32a81.tar.gz
chocolate-doom-21a82fa12400568b67b378048a822f73f6d32a81.tar.bz2
chocolate-doom-21a82fa12400568b67b378048a822f73f6d32a81.zip
Add @vanilla tag for Vanilla doom command line options. Add missing
documentation for -nosound, -nomusic, -nosfx. Fix up some bugs with the docgen wikitext output and allow control over output of Vanilla options. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 984
Diffstat (limited to 'src/g_game.c')
-rw-r--r--src/g_game.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/g_game.c b/src/g_game.c
index 6a34135c..d2daebf6 100644
--- a/src/g_game.c
+++ b/src/g_game.c
@@ -1842,6 +1842,7 @@ void G_RecordDemo (char* name)
//!
// @arg <size>
// @category demo
+ // @vanilla
//
// Specify the demo buffer size (KiB)
//
@@ -1981,12 +1982,16 @@ void G_DoPlayDemo (void)
void G_TimeDemo (char* name)
{
//!
+ // @vanilla
+ //
// Disable rendering the screen entirely.
//
nodrawers = M_CheckParm ("-nodraw");
//!
+ // @vanilla
+ //
// Disable blitting the screen.
//