Added a version of mriceblock that does not fall off ledges, title smartblock with...
[supertux.git] / src / badguy / stalactite.hpp
index b396fbc..1835d93 100644 (file)
@@ -46,6 +46,7 @@ protected:
 protected:
   Timer timer;
   StalactiteState state;
+  Vector shake_delta;
 };
 
 #endif