X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift.c;h=81b80913e1b9c4f6fbcbf5e23a457161c2d9617f;hb=eb28dee29482c7ffe8bc0203d302e3ee6dbfd943;hp=7041f94e712c76e47e2687fc1ec465107b6a9a35;hpb=d680579754c876a74bf77ac74a224900ce0b3ff9;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.c b/skaterift.c index 7041f94..81b8091 100644 --- a/skaterift.c +++ b/skaterift.c @@ -459,6 +459,9 @@ static void animate_remote_players(void){ for( u32 i=0; iactive ) continue; + + animate_remote_player( i ); +#if 0 if( player->subsystem > k_player_subsystem_max ) continue; struct player_subsystem_interface *sys = @@ -470,6 +473,7 @@ static void animate_remote_players(void){ sys->pose( &player->animdata, &pose ); apply_full_skeleton_pose( &av->sk, &pose, &netplayers.final_mtx[ av->sk.bone_count*i ] ); +#endif } }