ref: 0e5fce0604820a74da41624a4cb8991ca2ea5a05
parent: 0f4fc30659f54be17ebe7e9dc14f2e7b8d8a1cb8
author: Simon Howard <[email protected]>
date: Fri Oct 3 13:48:10 EDT 2008
Add missing UpdateState variable. Subversion-branch: /branches/raven-branch Subversion-revision: 1329
--- a/src/hexen/h2_main.c
+++ b/src/hexen/h2_main.c
@@ -119,6 +119,7 @@
boolean autostart;
boolean advancedemo;
FILE *debugfile;
+int UpdateState;
// PRIVATE DATA DEFINITIONS ------------------------------------------------