summaryrefslogtreecommitdiff
path: root/src/strife/d_main.h
diff options
context:
space:
mode:
authorJames Haley2011-02-07 01:50:40 +0000
committerJames Haley2011-02-07 01:50:40 +0000
commit808f6fd842f581f31aa0d91617a759af46fdc732 (patch)
tree9d9130b5f4e099cbe6a5a08c3bbd19f87dae3108 /src/strife/d_main.h
parent17333436188f63319625b007489c7b70029bfaba (diff)
downloadchocolate-doom-808f6fd842f581f31aa0d91617a759af46fdc732.tar.gz
chocolate-doom-808f6fd842f581f31aa0d91617a759af46fdc732.tar.bz2
chocolate-doom-808f6fd842f581f31aa0d91617a759af46fdc732.zip
Added graphical intro loading screen, and -nograph parameter which
disables it. Made most D_DoomMain messages dependent on -devparm. wipegamestate should start == 1, which is currently GS_UNKNOWN. Changed -wart behavior. Verified *no* changes in Strife to p_sight.c. Subversion-branch: /branches/strife-branch Subversion-revision: 2251
Diffstat (limited to 'src/strife/d_main.h')
-rw-r--r--src/strife/d_main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strife/d_main.h b/src/strife/d_main.h
index d2d9ee13..2909cd29 100644
--- a/src/strife/d_main.h
+++ b/src/strife/d_main.h
@@ -47,6 +47,8 @@ void D_AdvanceDemo (void);
void D_DoAdvanceDemo (void);
void D_StartTitle (void);
void D_QuitGame (void); // [STRIFE]
+
+void D_IntroTick(void); // [STRIFE]
//
// GLOBAL VARIABLES