fix
authorMatthias Braun <matze@braunis.de>
Thu, 29 Dec 2005 13:51:07 +0000 (13:51 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 29 Dec 2005 13:51:07 +0000 (13:51 +0000)
SVN-Revision: 2965

src/badguy/snowball.cpp

index e1c0e51..f3f0a5e 100644 (file)
@@ -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;
 }