diff options
author | Simon Howard | 2008-10-03 17:48:10 +0000 |
---|---|---|
committer | Simon Howard | 2008-10-03 17:48:10 +0000 |
commit | 0e5fce0604820a74da41624a4cb8991ca2ea5a05 (patch) | |
tree | 801108b13bf9681b349b7695110edfef1464284e | |
parent | 0f4fc30659f54be17ebe7e9dc14f2e7b8d8a1cb8 (diff) | |
download | chocolate-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
-rw-r--r-- | src/hexen/h2_main.c | 1 |
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 ------------------------------------------------ |