X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=character.h;h=df05295611492ecb41cbafafd266bf9623830c50;hb=d57b7661518800479c00300ce57407378696eec9;hp=3858f24b9b3382ae8261cc524095fe8fde1118c1;hpb=1c97cb161f885ad24d3356d92c8f4fd0e252bc61;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/character.h b/character.h index 3858f24..df05295 100644 --- a/character.h +++ b/character.h @@ -913,9 +913,6 @@ static void character_debug_ragdoll( struct character *ch ) static void character_ragdoll_iter( struct character *ch ) { - /* TODO: Lots of the RB functions unimplemented here currently */ - - return; rb_solver_reset(); for( int i=0; iragdoll[i].v ); /* This used to be 20 iterations */ - for( int i=0; i<5; i++ ) + for( int i=0; i<10; i++ ) { float const k_springfactor = 1.0f/20.0f;