X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=menu.h;h=c2a963e0071c2ae954ce028d302ba8c66100ab3a;hb=63fe317d7db724162561da52aa382c82ac3c29be;hp=5218485c8574ca036b4906b6685369d37fd0ddc4;hpb=7ccbfdd0b7717b5a906a4d4309324782d1fe73e8;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();