From: Ingo Ruhnke Date: Mon, 25 Feb 2008 23:25:17 +0000 (+0000) Subject: - sprite file for snow jumpy (freeze missing, do we even want freeze?) X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=49a77878ac4305abbb51439e840f71fab066e692;p=supertux.git - sprite file for snow jumpy (freeze missing, do we even want freeze?) SVN-Revision: 5349 --- diff --git a/src/badguy/jumpy.cpp b/src/badguy/jumpy.cpp index 706a7d7bb..3d8125244 100644 --- a/src/badguy/jumpy.cpp +++ b/src/badguy/jumpy.cpp @@ -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) { }