Ported changes from 0.3.1 and bumped version to 0.3.2-SVN
[supertux.git] / src / badguy / yeti.cpp
index 7995925..2085551 100644 (file)
@@ -238,7 +238,7 @@ void
 Yeti::kill_fall()
 {
   // shooting bullets or being invincible won't work :)
-  take_hit(*get_nearest_player()); // FIXME: debug only(?)
+  //take_hit(*get_nearest_player()); // FIXME: debug only(?)
 }
 
 void