Removed Kirby badguy code, use simple sprite replacement in the level instead
[supertux.git] / src / badguy / walkingleaf.cpp
index 2593137..08c93af 100644 (file)
@@ -41,4 +41,9 @@ WalkingLeaf::collision_squished(GameObject& object)
   return true;
 }
 
+bool
+WalkingLeaf::is_freezable() const
+{
+  return true;
+}
 /* EOF */