turbo chaos
[carveJwlIkooP6JGAAIwe30JlM.git] / menu.h
diff --git a/menu.h b/menu.h
index 3bbaf7c56ce1dcb859e20eab04a97b0a523c00cb..0a49777e14e4b1c740e2d59cb34b9ffa0259c3c7 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -247,9 +247,18 @@ static void menu_trigger_item( ent_menuitem *item ){
       }
 
       else if( MDL_CONST_PSTREQ( &menu.model, q, "reset" ) ){
+
+         /* FIXME: Should only be availible in CLIENT WORLD */
+
+         menu_close();
+         respawn_begin_chooser();
+         
+         /* FIXME: Need a back to hub button */
+#if 0
          srinput.state = k_input_state_resume;
          menu_close();
          ent_miniworld_goback();
+#endif
       }
 
       else if( MDL_CONST_PSTREQ( &menu.model, q, "credits" ) ){