From: LMH Date: Sat, 15 Jun 2013 19:06:19 +0000 (-1000) Subject: Set SSpiky max drop height to the same value as Spiky, making their behavior consistent X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=fcd88f958ec9570e11fe1f8aed08cb290696e281;p=supertux.git Set SSpiky max drop height to the same value as Spiky, making their behavior consistent --- diff --git a/src/badguy/sspiky.cpp b/src/badguy/sspiky.cpp index 8bef20056..a386184df 100644 --- 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