X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=world.h;h=e43ebd142c6ffc99f7fcfa01a5badb0baa86966d;hp=90c70884060461343cf4932f5a858c2c0d5926d2;hb=1ff3bc8e953680793a28ea923f2d1e58cdf2c9f0;hpb=cfee52a1ec9db338098789cae89ae5cf1f7a6fbf diff --git a/world.h b/world.h index 90c70884..e43ebd14 100644 --- a/world.h +++ b/world.h @@ -46,10 +46,12 @@ typedef struct world_physics_s void *ode_world; void *ode_space; void *ode_contactgroup; - // number of constraint solver iterations to use (for dWorldStepFast) + // number of constraint solver iterations to use (for dWorldQuickStep) int ode_iterations; // actual step (server frametime / ode_iterations) vec_t ode_step; + // time we need to simulate, for constantstep + vec_t ode_time; // stats int ode_numobjects; // total objects cound int ode_activeovjects; // active objects count