Skip to content

Commit

Permalink
gameflow: fix displaying Eidos logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Mar 26, 2024
1 parent 55d5796 commit bbb53ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/gameflow.c
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ GameFlow_InterpretSequence(int32_t level_num, GAMEFLOW_LEVEL_TYPE level_type)
break;
}

if (Phase_Get() == PHASE_NULL && !g_Config.enable_eidos_logo) {
if (g_CurrentLevel == -1 && !g_Config.enable_eidos_logo) {
break;
}

Expand Down

0 comments on commit bbb53ce

Please sign in to comment.