From 21a82fa12400568b67b378048a822f73f6d32a81 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 13 Dec 2007 22:26:16 +0000 Subject: 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 --- src/g_game.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/g_game.c') 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 // @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. // -- cgit v1.2.3