X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift.c;h=b4b5258c5f69b73b73903fdd104c409808954e54;hb=1b889e55df5f9c0a8a26daba03ffa21754d78230;hp=1fec3c720aa42a9032d327387fa76a8f5fb753d3;hpb=4fa9aa9a1e09940e91cc30e171e3de0606515ef3;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.c b/skaterift.c index 1fec3c7..b4b5258 100644 --- a/skaterift.c +++ b/skaterift.c @@ -670,10 +670,14 @@ static void vg_gui(void){ remote_player_network_imgui( vg.pv ); - remote_players_imgui_world( world_current_instance(), vg.pv, INFINITY ); if( skaterift.activity == k_skaterift_respawning ){ + remote_players_imgui_world( world_current_instance(), vg.pv, + 2000.0f, 0 ); remote_players_imgui_lobby(); } + else { + remote_players_imgui_world( world_current_instance(), vg.pv, 100.0f, 1 ); + } }