chaos pt 3
[carveJwlIkooP6JGAAIwe30JlM.git] / menu.h
diff --git a/menu.h b/menu.h
index 8da5026898ad5c0bc693526f94b2c42164d0fb63..8691f08e87c838e22a6a66c08ce39f0935f18e56 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -11,6 +11,7 @@
 #include "workshop.h"
 #include "respawn.h"
 #include "gui.h"
+#include "ent_miniworld.h"
 
 #define MENU_STACK_SIZE 8
 
@@ -247,7 +248,7 @@ static void menu_trigger_item( ent_menuitem *item ){
 
       else if( MDL_CONST_PSTREQ( &menu.model, q, "reset" ) ){
          menu_close();
-         respawn_begin_chooser();
+         ent_miniworld_goback();
       }
 
       else if( MDL_CONST_PSTREQ( &menu.model, q, "credits" ) ){