oh yeah mr crabs
[carveJwlIkooP6JGAAIwe30JlM.git] / menu.h
diff --git a/menu.h b/menu.h
index d83538e8f28134f54331662178d14b6229cf8bcc..7d8bf764441bb5fcfb01363c697759759c82171c 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -61,7 +61,7 @@ static menu_buttons[] =
 /*a*/{"g_map",           5, NULL },
 /*b*/{"g_controls",      1, NULL },
 /*c*/{"text_quitty",     8, NULL },
-/*d*/{"text_yes",        8, menu_btn_fuckoff },
+/*d*/{"text_yes",        8, menu_btn_fuckoff,{-1,-1,-1,-1} },
 };
 
 static void menu_btn_map_a( int event ){}
@@ -134,6 +134,10 @@ static void menu_run_directional(void)
    {
       if( btn->fn_press )
       {
+         audio_lock();
+         audio_play_oneshot( &audio_ui[0], 1.0f );
+         audio_unlock();
+
          btn->fn_press( 1 );
          return;
       }