- fix a bunch of msvc warnings (mostly assigning double constants to float variables)
[supertux.git] / src / badguy / yeti.hpp
index 62e0909..f1b7504 100644 (file)
@@ -62,7 +62,6 @@ private:
   Timer safe_timer;
   int stomp_count;
   int hit_points;
-  std::string dead_script;
 };
 
 #endif