- sprite file for snow jumpy (freeze missing, do we even want freeze?)
authorIngo Ruhnke <grumbel@gmx.de>
Mon, 25 Feb 2008 23:25:17 +0000 (23:25 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Mon, 25 Feb 2008 23:25:17 +0000 (23:25 +0000)
SVN-Revision: 5349

src/badguy/jumpy.cpp

index 706a7d7..3d81252 100644 (file)
@@ -26,7 +26,7 @@ static const float JUMPY_MID_TOLERANCE=4;
 static const float JUMPY_LOW_TOLERANCE=2;
 
 Jumpy::Jumpy(const lisp::Lisp& reader)
-    : BadGuy(reader, "images/creatures/jumpy/jumpy.sprite"), groundhit_pos_set(false)
+    : BadGuy(reader, "images/creatures/snowjumpy/snowjumpy.sprite"), groundhit_pos_set(false)
 {
 }