oops forgot 2 files
[supertux.git] / src / badguy / badguy.hpp
index 775478a..6980ba9 100644 (file)
@@ -147,7 +147,11 @@ protected:
    * after being deactivated.
    */
   bool is_offscreen();
-  
+  /**
+   * Checks if the badguy may fall off a platform if continuing a given movement.
+   */
+  bool may_fall_off_platform();
+
   Vector start_position;
 
   Direction dir;