mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Fix lingering titlemapcameraref when reloading title screen
This commit is contained in:
parent
3acabdab93
commit
5fc91e8405
1 changed files with 1 additions and 0 deletions
|
@ -1374,6 +1374,7 @@ void F_StartTitleScreen(void)
|
|||
|
||||
gamestate_t prevwipegamestate = wipegamestate;
|
||||
titlemapinaction = TITLEMAP_LOADING;
|
||||
titlemapcameraref = NULL;
|
||||
gamemap = titlemap;
|
||||
|
||||
if (!mapheaderinfo[gamemap-1])
|
||||
|
|
Loading…
Reference in a new issue