Moved some console commands' implementations nearer to target classes
[supertux.git] / src / moving_object.hpp
index 79e415b..a58bc75 100644 (file)
@@ -110,6 +110,10 @@ protected:
   Vector movement;
   /** The collision group */
   CollisionGroup group;
+
+private:
+  // this is only here for internal collision detection use
+  Rect dest;
 };
 
 #endif