* Fixed some vm build warnings
This commit is contained in:
parent
79ba2d974d
commit
9d41e17e1f
12 changed files with 18 additions and 48 deletions
|
@ -1265,11 +1265,11 @@ static void ArenaServers_Event( void* ptr, int event ) {
|
|||
case ID_PUNKBUSTER:
|
||||
if (g_arenaservers.punkbuster.curvalue)
|
||||
{
|
||||
UI_ConfirmMenu_Style( "Enable Punkbuster?", UI_CENTER|UI_INVERSE|UI_SMALLFONT, (voidfunc_f)NULL, Punkbuster_ConfirmEnable );
|
||||
UI_ConfirmMenu_Style( "Enable Punkbuster?", UI_CENTER|UI_INVERSE|UI_SMALLFONT, 0, Punkbuster_ConfirmEnable );
|
||||
}
|
||||
else
|
||||
{
|
||||
UI_ConfirmMenu_Style( "Disable Punkbuster?", UI_CENTER|UI_INVERSE|UI_SMALLFONT, (voidfunc_f)NULL, Punkbuster_ConfirmDisable );
|
||||
UI_ConfirmMenu_Style( "Disable Punkbuster?", UI_CENTER|UI_INVERSE|UI_SMALLFONT, 0, Punkbuster_ConfirmDisable );
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue