X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=world.h;h=e43ebd142c6ffc99f7fcfa01a5badb0baa86966d;hb=b1f7d98c0e5829bd53dd63806eb02d371eba7741;hp=122b9c708a635d959f66780fd8bf6857ad31c612;hpb=b9fcf35106517ec3c2741d087ac2bfe0bfe3b378;p=xonotic%2Fdarkplaces.git diff --git a/world.h b/world.h index 122b9c70..e43ebd14 100644 --- a/world.h +++ b/world.h @@ -50,6 +50,8 @@ typedef struct world_physics_s 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