summaryrefslogtreecommitdiff
path: root/src/strife/f_finale.h
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/f_finale.h
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/f_finale.h')
-rw-r--r--src/strife/f_finale.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strife/f_finale.h b/src/strife/f_finale.h
index 69e1732f..d803a885 100644
--- a/src/strife/f_finale.h
+++ b/src/strife/f_finale.h
@@ -41,6 +41,9 @@ boolean F_Responder (event_t* ev);
// Called by main loop.
void F_Ticker (void);
+// haleyjd: [STRIFE] Called from G_Ticker as well...
+void F_WaitTicker(void);
+
// Called by main loop.
void F_Drawer (void);