From: Ryan Flegel Date: Tue, 25 Apr 2006 17:02:13 +0000 (+0000) Subject: Let us hit yeti with bullets X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=9a1687312904d32d5aa53851a24d643c7def02ff;p=supertux.git Let us hit yeti with bullets SVN-Revision: 3430 --- 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