X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_dead.c;h=da23487d2546d4b5dcd086a8dc20870f1ff189e0;hb=b888cce683d95cc01d0b4be9bbe92a0dd47452ac;hp=f040adb47c55309f74b83615e2e100b78acccbc6;hpb=c4c762ce6f3bbdcb770bbc42e349aebbc3390d9d;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 );