Let us hit yeti with bullets
authorRyan Flegel <rflegel@gmail.com>
Tue, 25 Apr 2006 17:02:13 +0000 (17:02 +0000)
committerRyan Flegel <rflegel@gmail.com>
Tue, 25 Apr 2006 17:02:13 +0000 (17:02 +0000)
SVN-Revision: 3430

src/badguy/yeti.cpp

index 3737448..78ff53a 100644 (file)
@@ -215,7 +215,7 @@ void
 Yeti::kill_fall()
 {
   // shooting bullets or being invincible won't work :)
-  //kill_squished(*get_nearest_player()); // FIXME: debug only
+  take_hit(*get_nearest_player()); // FIXME: debug only(?)
 }
 
 void