X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift.c;h=73dd44e04cf88a9d86486e812ab082f05c0cb9a3;hb=d5f400a06400d5322330cfdbb97a661707b3d150;hp=b07eadb318ec7488816f3573830ade349bae2636;hpb=ce0205fd929e5fb1446f8c52fcab344884d82569;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.c b/skaterift.c index b07eadb..73dd44e 100644 --- a/skaterift.c +++ b/skaterift.c @@ -111,6 +111,7 @@ vg_info(" ' ' '--' [] '----- '----- ' ' '---' " steam_init(); vg_loader_step( NULL, steam_end ); + vg_loader_step( remote_players_init, NULL ); vg_loader_step( network_init, network_end ); } @@ -351,6 +352,7 @@ static void vg_pre_update(void){ player__pre_update(); world_entity_focus_preupdate(); skaterift_replay_pre_update(); + remote_sfx_pre_update(); world_update( world_current_instance(), localplayer.rb.co ); audio_ambient_sprites_update( world_current_instance(), localplayer.rb.co );