Skip to content

Commit

Permalink
Fix crash during intermission in Scientist 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Nov 18, 2024
1 parent 939321e commit 2b7e84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wi_stuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ static void WI_DrawShowNextLoc(void)
return;

// draws which level you are entering...
if (gamemode != commercial || wbs->next != 30)
if (entering && (gamemode != commercial || wbs->next != 30))
WI_DrawEL();
}

Expand Down

0 comments on commit 2b7e84a

Please sign in to comment.