* Fixed some vm build warnings
This commit is contained in:
parent
79ba2d974d
commit
9d41e17e1f
12 changed files with 18 additions and 48 deletions
|
@ -126,7 +126,7 @@ void Main_MenuEvent (void* ptr, int event) {
|
|||
break;
|
||||
|
||||
case ID_EXIT:
|
||||
UI_ConfirmMenu( "EXIT GAME?", NULL, MainMenu_ExitAction );
|
||||
UI_ConfirmMenu( "EXIT GAME?", 0, MainMenu_ExitAction );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue