X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbadguy%2Fsspiky.cpp;h=013d8347f0cb5dd23f143ffce9bf6b529bf79dff;hb=1f5ff04e5283398473b4ac033258b17af0ed08f0;hp=cea68ddebcd693353b50572e99c4a4b73709b732;hpb=8246a7f5f04702f4a1af78e435e0bb128a2e2969;p=supertux.git diff --git a/src/badguy/sspiky.cpp b/src/badguy/sspiky.cpp index cea68ddeb..013d8347f 100644 --- a/src/badguy/sspiky.cpp +++ b/src/badguy/sspiky.cpp @@ -99,7 +99,6 @@ void SSpiky::freeze() { WalkingBadguy::freeze(); - sprite->set_action(dir == LEFT ? "iced-left" : "iced-right"); state = SSPIKY_WALKING; // if we get hit while sleeping, wake up :) }