From a1497b9f334e35cb9214891a62a08fdb6137b82c Mon Sep 17 00:00:00 2001 From: James Haley Date: Mon, 30 Aug 2010 02:38:44 +0000 Subject: 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 --- src/strife/doomstat.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/strife/doomstat.h') 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; -- cgit v1.2.3