From 9a1687312904d32d5aa53851a24d643c7def02ff Mon Sep 17 00:00:00 2001 From: Ryan Flegel Date: Tue, 25 Apr 2006 17:02:13 +0000 Subject: [PATCH] Let us hit yeti with bullets SVN-Revision: 3430 --- src/badguy/yeti.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/badguy/yeti.cpp b/src/badguy/yeti.cpp index 37374480b..78ff53ae1 100644 --- a/src/badguy/yeti.cpp +++ b/src/badguy/yeti.cpp @@ -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 -- 2.11.0