projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed07704
)
Let us hit yeti with bullets
author
Ryan Flegel
<rflegel@gmail.com>
Tue, 25 Apr 2006 17:02:13 +0000
(17:02 +0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Tue, 25 Apr 2006 17:02:13 +0000
(17:02 +0000)
SVN-Revision: 3430
src/badguy/yeti.cpp
patch
|
blob
|
history
diff --git
a/src/badguy/yeti.cpp
b/src/badguy/yeti.cpp
index
3737448
..
78ff53a
100644
(file)
--- 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