projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a93dca
)
- sprite file for snow jumpy (freeze missing, do we even want freeze?)
author
Ingo Ruhnke
<grumbel@gmx.de>
Mon, 25 Feb 2008 23:25:17 +0000
(23:25 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Mon, 25 Feb 2008 23:25:17 +0000
(23:25 +0000)
SVN-Revision: 5349
src/badguy/jumpy.cpp
patch
|
blob
|
history
diff --git
a/src/badguy/jumpy.cpp
b/src/badguy/jumpy.cpp
index
706a7d7
..
3d81252
100644
(file)
--- 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/snow
jumpy.sprite"), groundhit_pos_set(false)
{
}