aboutsummaryrefslogtreecommitdiffstats
path: root/code/q3_ui/ui_ingame.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/q3_ui/ui_ingame.c')
-rw-r--r--code/q3_ui/ui_ingame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/q3_ui/ui_ingame.c b/code/q3_ui/ui_ingame.c
index 9b58c11..2ec053e 100644
--- a/code/q3_ui/ui_ingame.c
+++ b/code/q3_ui/ui_ingame.c
@@ -120,11 +120,11 @@ void InGame_Event( void *ptr, int notification ) {
break;
case ID_RESTART:
- UI_ConfirmMenu( "RESTART ARENA?", (voidfunc_f)NULL, InGame_RestartAction );
+ UI_ConfirmMenu( "RESTART ARENA?", 0, InGame_RestartAction );
break;
case ID_QUIT:
- UI_ConfirmMenu( "EXIT GAME?", (voidfunc_f)NULL, InGame_QuitAction );
+ UI_ConfirmMenu( "EXIT GAME?", 0, InGame_QuitAction );
break;
case ID_SERVERINFO: