X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=menu.h;h=44feffdf8cec1f2d5b219c61db681d149b591a9f;hb=4b8fc63f926737ca0593a4e471550f9f4995c538;hp=d51fde599a9f427c74baa8bd4fbabf89d6e66994;hpb=2dd61c7f0185ec525658ca398801f46e6adccf23;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/menu.h b/menu.h index d51fde5..44feffd 100644 --- a/menu.h +++ b/menu.h @@ -215,7 +215,7 @@ static void menu_trigger_item( ent_menuitem *item ) menu_close(); } else if( MDL_CONST_PSTREQ( &menu.model, q, "reset_home" ) ){ - world_static.active_world = 0; + world_static.active_instance = 0; world_static.active_trigger_volume_count = 0; localplayer.viewable_world = world_current_instance(); localplayer_cmd_respawn( 1, (const char *[]){"start"} );