summaryrefslogtreecommitdiff
path: root/src/strife/g_game.h
diff options
context:
space:
mode:
authorJames Haley2010-08-24 03:40:16 +0000
committerJames Haley2010-08-24 03:40:16 +0000
commit22200650762b044b2f55026b91a175716d2a73f2 (patch)
tree53112410676c27cca0c0652714ea68670d7dbf09 /src/strife/g_game.h
parent6694dd0891e2aae773e5b8709575f92996fa2e08 (diff)
downloadchocolate-doom-22200650762b044b2f55026b91a175716d2a73f2.tar.gz
chocolate-doom-22200650762b044b2f55026b91a175716d2a73f2.tar.bz2
chocolate-doom-22200650762b044b2f55026b91a175716d2a73f2.zip
Removed storedemo and Chex Quest cruft, adjusted screenwipe loop timing,
added DoTimeBomb function for historical interest, removed GS_INTERMISSION and #if 0'd all of wi_stuff.c/.h. Removed DOOM level transfer logic from G_DoCompleted - note that you cannot currently go to the next level at *all*. Removed G_SecretExitLevel and DOOM par times. Subversion-branch: /branches/strife-branch Subversion-revision: 1966
Diffstat (limited to 'src/strife/g_game.h')
-rw-r--r--src/strife/g_game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/g_game.h b/src/strife/g_game.h
index 8cf5b068..03215c43 100644
--- a/src/strife/g_game.h
+++ b/src/strife/g_game.h
@@ -66,7 +66,7 @@ void G_TimeDemo (char* name);
boolean G_CheckDemoStatus (void);
void G_ExitLevel (void);
-void G_SecretExitLevel (void);
+//void G_SecretExitLevel (void);
void G_WorldDone (void);