X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_dead.c;fp=player_dead.c;h=da23487d2546d4b5dcd086a8dc20870f1ff189e0;hb=620beae94b362ae4d4c42e5ba3329a6211d67a8f;hp=f040adb47c55309f74b83615e2e100b78acccbc6;hpb=59c926ee69a041fbe9450b302e11072d39abb432;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_dead.c b/player_dead.c index f040adb..da23487 100644 --- a/player_dead.c +++ b/player_dead.c @@ -14,8 +14,7 @@ VG_STATIC void player__dead_animate ( player_instance *player, v3_zero( anim->root_co ); q_identity( anim->root_q ); - for( int i=0; ipose ); i ++ ) - { + for( int i=0; ipose ); i ++ ){ v3_zero( anim->pose[i].co ); v3_fill( anim->pose[i].s, 1.0f ); q_identity( anim->pose[i].q );