projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
348bcef
)
you can't bump flying snowballs
author
Matthias Braun
<matze@braunis.de>
Thu, 29 Apr 2004 17:20:13 +0000
(17:20 +0000)
committer
Matthias Braun
<matze@braunis.de>
Thu, 29 Apr 2004 17:20:13 +0000
(17:20 +0000)
SVN-Revision: 848
src/badguy.cpp
patch
|
blob
|
history
diff --git
a/src/badguy.cpp
b/src/badguy.cpp
index
9a2faef
..
9fbaba8
100644
(file)
--- a/
src/badguy.cpp
+++ b/
src/badguy.cpp
@@
-778,7
+778,8
@@
void
BadGuy::bump()
{
// these can't be bumped
- if(kind == BAD_FLAME || kind == BAD_BOMB || kind == BAD_FISH)
+ if(kind == BAD_FLAME || kind == BAD_BOMB || kind == BAD_FISH
+ || kind == BAD_FLYINGSNOWBALL)
return;
kill_me(25);