X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=world.h;h=e43ebd142c6ffc99f7fcfa01a5badb0baa86966d;hb=9bb5afc90d6cfc8afe492068aae3f8612319b6f4;hp=18e9b00155b1bac6dec53d99449c2de3974c4ae8;hpb=cac5110c0039ca108a000feeb32771979100a3e9;p=xonotic%2Fdarkplaces.git diff --git a/world.h b/world.h index 18e9b001..e43ebd14 100644 --- a/world.h +++ b/world.h @@ -119,15 +119,6 @@ int World_EntitiesInBox(world_t *world, const vec3_t mins, const vec3_t maxs, in void World_Start(world_t *world); void World_End(world_t *world); -// physics macros -#ifndef ODE_STATIC -# define ODE_DYNAMIC 1 -#endif - -#if defined(ODE_STATIC) || defined(ODE_DYNAMIC) -# define USEODE 1 -#endif - // update physics // this is called by SV_Physics void World_Physics_Frame(world_t *world, double frametime, double gravity);