From 22200650762b044b2f55026b91a175716d2a73f2 Mon Sep 17 00:00:00 2001 From: James Haley Date: Tue, 24 Aug 2010 03:40:16 +0000 Subject: 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 --- src/strife/g_game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/g_game.h') 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); -- cgit v1.2.3