CHGICKEN
[carveJwlIkooP6JGAAIwe30JlM.git] / character.h
index f86830a7838964f79726733e03e29a2eefa64aed..6a3a26b0764ef4e06babb3e6ca0ca84ca280858e 100644 (file)
@@ -823,12 +823,10 @@ static void character_debug_ragdoll( struct character *ch )
    rb_debug( &ch->ragdoll[k_chpart_foot_r], 0xff00a5ff );
 }
 
-static void character_ragdoll_iter( struct character *ch, scene *sc )
+static void character_ragdoll_iter( struct character *ch )
 {
    for( int i=0; i<PART_COUNT; i++ )
-   {
-      rb_build_manifold( &ch->ragdoll[i], sc );
-   }
+      rb_build_manifold( &ch->ragdoll[i] );
 
    v3f rv;