summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2008-10-03 17:48:10 +0000
committerSimon Howard2008-10-03 17:48:10 +0000
commit0e5fce0604820a74da41624a4cb8991ca2ea5a05 (patch)
tree801108b13bf9681b349b7695110edfef1464284e /src
parent0f4fc30659f54be17ebe7e9dc14f2e7b8d8a1cb8 (diff)
downloadchocolate-doom-0e5fce0604820a74da41624a4cb8991ca2ea5a05.tar.gz
chocolate-doom-0e5fce0604820a74da41624a4cb8991ca2ea5a05.tar.bz2
chocolate-doom-0e5fce0604820a74da41624a4cb8991ca2ea5a05.zip
Add missing UpdateState variable.
Subversion-branch: /branches/raven-branch Subversion-revision: 1329
Diffstat (limited to 'src')
-rw-r--r--src/hexen/h2_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c
index a9792d57..e82f26e3 100644
--- a/src/hexen/h2_main.c
+++ b/src/hexen/h2_main.c
@@ -119,6 +119,7 @@ int startmap;
boolean autostart;
boolean advancedemo;
FILE *debugfile;
+int UpdateState;
// PRIVATE DATA DEFINITIONS ------------------------------------------------