summaryrefslogtreecommitdiff
path: root/src/strife/g_game.c
diff options
context:
space:
mode:
authorJames Haley2010-09-14 16:42:09 +0000
committerJames Haley2010-09-14 16:42:09 +0000
commit3228ddb99f72d00c089fc7a87d1edfec2c4519fc (patch)
tree2f46bb423347c3b293ecade942507f95c0199fa8 /src/strife/g_game.c
parent4c9a85fa61a4298b342a76d4ac128c036b199055 (diff)
downloadchocolate-doom-3228ddb99f72d00c089fc7a87d1edfec2c4519fc.tar.gz
chocolate-doom-3228ddb99f72d00c089fc7a87d1edfec2c4519fc.tar.bz2
chocolate-doom-3228ddb99f72d00c089fc7a87d1edfec2c4519fc.zip
Fully implemented all finale code, including "intermission" speeches by
Macil and all three endings. Subversion-branch: /branches/strife-branch Subversion-revision: 2086
Diffstat (limited to 'src/strife/g_game.c')
-rw-r--r--src/strife/g_game.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strife/g_game.c b/src/strife/g_game.c
index 64aef350..dd206210 100644
--- a/src/strife/g_game.c
+++ b/src/strife/g_game.c
@@ -1145,6 +1145,9 @@ void G_Ticker (void)
WI_Ticker ();
break;
*/
+ case GS_UNKNOWN: // STRIFE-TODO: What is this? is it ever used??
+ F_WaitTicker();
+ break;
case GS_FINALE:
F_Ticker ();