projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f0737
)
Set SSpiky max drop height to the same value as Spiky, making their behavior consistent
author
LMH
<lmh.0013@gmail.com>
Sat, 15 Jun 2013 19:06:19 +0000
(09:06 -1000)
committer
LMH
<lmh.0013@gmail.com>
Sat, 15 Jun 2013 19:06:19 +0000
(09:06 -1000)
src/badguy/sspiky.cpp
patch
|
blob
|
history
diff --git
a/src/badguy/sspiky.cpp
b/src/badguy/sspiky.cpp
index
8bef200
..
a386184
100644
(file)
--- a/
src/badguy/sspiky.cpp
+++ b/
src/badguy/sspiky.cpp
@@
-26,7
+26,7
@@
SSpiky::SSpiky(const Reader& reader)
: WalkingBadguy(reader, "images/creatures/spiky/sleepingspiky.sprite", "left", "right"), state(SSPIKY_SLEEPING)
{
walk_speed = WALKSPEED;
- max_drop_height =
-1
;
+ max_drop_height =
600
;
}
void