X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=world.h;h=fbf9e8351381ec7cb28cc8fb119ab36513554648;hp=2f2c8a787f2494d49191fd86b2a40f6f074581d4;hb=beda7749bd7a9785a59114d6248d910a7086664c;hpb=5a9789e1e5802a9b32e38f440354cc9cb37d6281 diff --git a/world.h b/world.h index 2f2c8a78..fbf9e835 100644 --- a/world.h +++ b/world.h @@ -50,6 +50,9 @@ typedef struct world_physics_s int ode_iterations; // actual step (server frametime / ode_iterations) vec_t ode_step; + // stats + int ode_numobjects; // total objects cound + int ode_activeovjects; // active objects count // max velocity for a 1-unit radius object at current step to prevent // missed collisions vec_t ode_movelimit;