diff -r d5624d698a78 -r 3a15a5937f7a src/proto2/Physics.hh --- a/src/proto2/Physics.hh Sat Nov 29 17:59:49 2008 +0000 +++ b/src/proto2/Physics.hh Sat Nov 29 20:59:50 2008 +0000 @@ -6,6 +6,7 @@ #include #include "Vector.hh" +#include "Config.hh" // Forward declares class PhysicsWorld; @@ -22,9 +23,6 @@ // TODO: Random definitions. Should these be somewhere else? enum TerrainType {EMPTY, DIRT, ROCK}; -// This probably should come from somewhere else -const TimeMS PHYSICS_TICK_MS = 10; - // Yeah?!?!?! Atleast this could be documented. Contains vectors // presenting all the 8 directions in a square grid? const Vector DIRECTIONS[] = { Vector(0,-1), Vector(1,-1), Vector(1,0),