- made cutscenes at engine startup work.
This commit is contained in:
parent
ab856e4f6a
commit
c597ba2fef
3 changed files with 12 additions and 4 deletions
|
|
@ -1201,6 +1201,11 @@ void G_Ticker ()
|
|||
case ga_titleloop:
|
||||
D_StartTitle();
|
||||
break;
|
||||
case ga_intro:
|
||||
gamestate = GS_INTRO;
|
||||
gameaction = ga_nothing;
|
||||
break;
|
||||
|
||||
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue