From 808f6fd842f581f31aa0d91617a759af46fdc732 Mon Sep 17 00:00:00 2001 From: James Haley Date: Mon, 7 Feb 2011 01:50:40 +0000 Subject: 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 --- src/strife/d_main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/strife/d_main.h') 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 -- cgit v1.2.3