mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't update menujam before game has truly started
This commit is contained in:
parent
ada8b362f1
commit
cff207e7aa
1 changed files with 1 additions and 1 deletions
|
|
@ -7956,7 +7956,7 @@ static void P_InitGametype(void)
|
|||
G_RecordDemo(buf);
|
||||
}
|
||||
|
||||
if (gamestate != GS_TITLESCREEN)
|
||||
if (gamestate != GS_TITLESCREEN && M_GameTrulyStarted())
|
||||
{
|
||||
// Started a game? Move on to the next jam when you go back to the title screen
|
||||
// this permits all but titlescreen, instead of only GS_LEVEL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue