projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2026050
)
fix
author
Matthias Braun
<matze@braunis.de>
Thu, 29 Dec 2005 13:51:07 +0000
(13:51 +0000)
committer
Matthias Braun
<matze@braunis.de>
Thu, 29 Dec 2005 13:51:07 +0000
(13:51 +0000)
SVN-Revision: 2965
src/badguy/snowball.cpp
patch
|
blob
|
history
diff --git
a/src/badguy/snowball.cpp
b/src/badguy/snowball.cpp
index
e1c0e51
..
f3f0a5e
100644
(file)
--- a/
src/badguy/snowball.cpp
+++ b/
src/badguy/snowball.cpp
@@
-42,7
+42,7
@@
SnowBall::SnowBall(float pos_x, float pos_y, Direction d)
start_position.x = pos_x;
start_position.y = pos_y;
bbox.set_size(31.8, 31.8);
- sprite = sprite_manager->create("
snowball
");
+ sprite = sprite_manager->create("
images/creatures/snowball/snowball.sprite
");
set_direction = true;
initial_direction = d;
}