# HG changeset patch # User nireco # Date 1227198485 0 # Node ID 279788e460fd9fe0bda3866267c57a90f7dcbc65 # Parent 3274c4804ea52cdf9c258d4011f2b8ea3c6505ae changed some tabs from Physics.hh diff -r 3274c4804ea5 -r 279788e460fd src/proto2/Physics.hh --- a/src/proto2/Physics.hh Thu Nov 20 16:23:01 2008 +0000 +++ b/src/proto2/Physics.hh Thu Nov 20 16:28:05 2008 +0000 @@ -34,8 +34,8 @@ void addObject (PhysicsObject *object); void tick (void); - void generateTerrain (int seed); - bool collided (Vector oldPos, Vector newPos); + void generateTerrain (int seed); + bool collided (Vector oldPos, Vector newPos); }; class PhysicsObject { @@ -44,9 +44,9 @@ float mass; Vector position; Vector velocity; - // Whether the object (worms mainly) is in the air - // or firmly on the ground. Affects to physics. - bool inAir; + // Whether the object (worms mainly) is in the air + // or firmly on the ground. Affects to physics. + bool inAir; PhysicsObject (PhysicsWorld &world, float mass, Vector position, Vector velocity);