summaryrefslogtreecommitdiff
path: root/src/g_game.c
diff options
context:
space:
mode:
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.
//