Skip to content

Commit

Permalink
Fix incorrect buttons parameter for menu fmvs
Browse files Browse the repository at this point in the history
  • Loading branch information
SquareMan committed Jul 3, 2024
1 parent 61f1fe2 commit d6c11ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SB/Game/zMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ uint32 zMenuLoop()
break;
case 3:
draw_black = 1;
zFMVPlay(zFMVFileGetName(eFMVFile_LogoNick), 1, 2.0f, 1, 0);
zFMVPlay(zFMVFileGetName(eFMVFile_LogoTHQ), 1, 2.0f, 1, 0);
zFMVPlay(zFMVFileGetName(eFMVFile_LogoRW), 1, 2.0f, 1, 0);
zFMVPlay(zFMVFileGetName(eFMVFile_LogoNick), 0x10000, 2.0f, 1, 0);
zFMVPlay(zFMVFileGetName(eFMVFile_LogoTHQ), 0x10000, 2.0f, 1, 0);
zFMVPlay(zFMVFileGetName(eFMVFile_LogoRW), 0x10000, 2.0f, 1, 0);
holdTmr = 10.0f;
zGameModeSwitch(eGameMode_Title);
zGameStateSwitch(1);
Expand Down

0 comments on commit d6c11ca

Please sign in to comment.