summaryrefslogtreecommitdiff
path: root/src/strife/doomstat.h
diff options
context:
space:
mode:
authorJames Haley2010-08-30 02:38:44 +0000
committerJames Haley2010-08-30 02:38:44 +0000
commita1497b9f334e35cb9214891a62a08fdb6137b82c (patch)
tree492e9bbc333bde6c061d9f7a7b337b43377b835d /src/strife/doomstat.h
parent543d06e80da825cb5630501035c479dc36e2a9df (diff)
downloadchocolate-doom-a1497b9f334e35cb9214891a62a08fdb6137b82c.tar.gz
chocolate-doom-a1497b9f334e35cb9214891a62a08fdb6137b82c.tar.bz2
chocolate-doom-a1497b9f334e35cb9214891a62a08fdb6137b82c.zip
Added declaration and definition of menupause variable. Also uncommented
sound play in P_MoveWall since it's a sound that's shared with DOOM :) Subversion-branch: /branches/strife-branch Subversion-revision: 1975
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;