Fix lingering titlemapcameraref when reloading title screen

This commit is contained in:
mazmazz 2018-11-18 03:19:32 -05:00
parent 53ef38980a
commit 958163089c

View file

@ -1374,6 +1374,7 @@ void F_StartTitleScreen(void)
gamestate_t prevwipegamestate = wipegamestate;
titlemapinaction = TITLEMAP_LOADING;
titlemapcameraref = NULL;
gamemap = titlemap;
if (!mapheaderinfo[gamemap-1])