* Implemented StayOnPlatform on badguys where useful
[supertux.git] / src / badguy / sspiky.hpp
index 3a546f6..8aa24b3 100644 (file)
@@ -42,7 +42,8 @@ protected:
     SSPIKY_WALKING
   };
   SSpikyState state;
-  
+private:
+  bool stay_on_platform;  
 };
 
 #endif