Skip to content

Commit

Permalink
Minor fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrikpowell committed Aug 10, 2024
1 parent 2b66b9a commit d0267ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prboom2/src/f_finale.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ void F_StartFinale (void)

// Arsinikk
// If iwad story text and option, move forward in Doom 2 / Plutonia / TNT
if (SkipText && (gamemode == commercial) && !F_ShowCast())
if (SkipText && (gamemode == commercial) && (F_ShowCast() == FALSE))
{
gameaction = ga_worlddone;
return;
Expand Down

0 comments on commit d0267ff

Please sign in to comment.