projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0229b80
)
- changed bouncing snowball speed back to normal
author
Ingo Ruhnke
<grumbel@gmx.de>
Thu, 22 Apr 2004 19:53:17 +0000
(19:53 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Thu, 22 Apr 2004 19:53:17 +0000
(19:53 +0000)
SVN-Revision: 650
src/badguy.cpp
patch
|
blob
|
history
diff --git
a/src/badguy.cpp
b/src/badguy.cpp
index
5331046
..
ac03707
100644
(file)
--- a/
src/badguy.cpp
+++ b/
src/badguy.cpp
@@
-187,7
+187,7
@@
BadGuy::BadGuy(float x, float y, BadGuyKind kind_, bool stay_on_platform_)
physic.enable_gravity(false);
set_sprite(img_flame, img_flame);
} else if(kind == BAD_BOUNCINGSNOWBALL) {
- physic.set_velocity(-
BADGUY_WALK_SPEED
, 0);
+ physic.set_velocity(-
1.3
, 0);
set_sprite(img_bouncingsnowball_left, img_bouncingsnowball_right);
} else if(kind == BAD_STALACTITE) {
physic.enable_gravity(false);