Moved some console commands' implementations nearer to target classes
[supertux.git] / src / collision_hit.hpp
index 81547d8..c6c3dd8 100644 (file)
@@ -34,7 +34,8 @@ enum HitResponse
   CONTINUE,
   /// do the move ignoring the collision
   FORCE_MOVE,
-  TEST
+  /// passes movement to collided object
+  PASS_MOVEMENT
 };
 
 /**