create new physics branch new-physics
authormorasa@smirgeline.hut.fi
Fri, 11 Sep 2009 16:45:04 +0300
branchnew-physics
changeset 447 fc9e4305fddf
parent 446 e411c0799fcc
create new physics branch
src/Engine.hh
src/PhysicsObject.cc
--- a/src/Engine.hh	Fri Sep 11 15:34:48 2009 +0300
+++ b/src/Engine.hh	Fri Sep 11 16:45:04 2009 +0300
@@ -89,7 +89,8 @@
         /**
          * Setup singleplayer, must call setupGame first
          */
-		void setupSinglePlayer (void);
+        void setupSinglePlayer (void);
+
         
         /**
          * Run the game main loop. This will not return until the game aborts due to an error, or someone calls stop().
--- a/src/PhysicsObject.cc	Fri Sep 11 15:34:48 2009 +0300
+++ b/src/PhysicsObject.cc	Fri Sep 11 16:45:04 2009 +0300
@@ -432,7 +432,7 @@
     // disable
     disable();
 }
-    
+
 void PhysicsObject::resume (Vector position) {
     // update position
     setPosition(position);