Skip to content

Commit

Permalink
Fix incorrect title state for opening movie. #28
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall committed Feb 22, 2024
1 parent c74d75e commit 4855bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ void IntroSkip()
{
// Opening Movie
case 1:
iSkipLogos = 3;
iSkipLogos = 4;
break;

// Main Menu
Expand Down

0 comments on commit 4855bf0

Please sign in to comment.