Moved some console commands' implementations nearer to target classes
[supertux.git] / src / collision_hit.hpp
index 2044603..c6c3dd8 100644 (file)
@@ -33,7 +33,9 @@ enum HitResponse
   /// if this happens to often then the move will just be aborted    
   CONTINUE,
   /// do the move ignoring the collision
-  FORCE_MOVE
+  FORCE_MOVE,
+  /// passes movement to collided object
+  PASS_MOVEMENT
 };
 
 /**