reduced shader bind code dupe & adjust skate uprighter strenght
[carveJwlIkooP6JGAAIwe30JlM.git] / world_load.c
index e17483f5658ae994df5b5c457b34e01e323d2ca3..7fb6e478694a76afb7be635211df3aaf5c621c21 100644 (file)
@@ -9,6 +9,7 @@
 #include "save.h"
 #include "vg/vg_msg.h"
 #include "network.h"
+#include "player_remote.h"
 
 /* 
  * load the .mdl file located in path as a world instance
@@ -293,6 +294,7 @@ static void skaterift_change_world_start( addon_reg *reg ){
 
       world_static.addon_client = reg;
       network_send_item( k_netmsg_playeritem_world1 );
+      relink_all_remote_player_worlds();
    }
 }