X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=menu.h;h=c2a963e0071c2ae954ce028d302ba8c66100ab3a;hb=2c91a71533b4ce86b9e7fd708420ae05c74d8f52;hp=5218485c8574ca036b4906b6685369d37fd0ddc4;hpb=d27f8a570e5cfad1974b4be303888e17ff846406;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/menu.h b/menu.h index 5218485..c2a963e 100644 --- a/menu.h +++ b/menu.h @@ -245,19 +245,6 @@ static void menu_trigger_item( ent_menuitem *item ){ vg.window_should_close = 1; } - /* DEPRECATED? */ - else if( MDL_CONST_PSTREQ( &menu.model, q, "reset_nearest" ) ){ - localplayer_cmd_respawn( 0, NULL ); - menu_close(); - } - /* DEPRECATED? */ - else if( MDL_CONST_PSTREQ( &menu.model, q, "reset_home" ) ){ - world_set_active_instance( 0 ); - localplayer.viewable_world = world_current_instance(); - localplayer_cmd_respawn( 1, (const char *[]){"start"} ); - menu_close(); - } - else if( MDL_CONST_PSTREQ( &menu.model, q, "reset" ) ){ menu_close(); respawn_begin_chooser();