summaryrefslogtreecommitdiff
path: root/src/strife/doomstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/doomstat.h')
-rw-r--r--src/strife/doomstat.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/strife/doomstat.h b/src/strife/doomstat.h
index 36579118..779987d0 100644
--- a/src/strife/doomstat.h
+++ b/src/strife/doomstat.h
@@ -138,9 +138,10 @@ extern int snd_DesiredSfxDevice;
// status bar explicitely.
extern boolean statusbaractive;
-extern boolean automapactive; // In AutoMap mode?
-extern boolean menuactive; // Menu overlayed?
-extern boolean paused; // Game Pause?
+extern boolean automapactive; // In AutoMap mode?
+extern boolean menuactive; // Menu overlayed?
+extern boolean menupause; // haleyjd 08/29/10: [STRIFE]
+extern boolean paused; // Game Pause?
extern boolean viewactive;