Powerup: Iceflower improvements
[supertux.git] / src / badguy / goldbomb.cpp
index 59911a7..60cc90f 100644 (file)
@@ -221,7 +221,6 @@ GoldBomb::freeze()
 {
   if(tstate == STATE_NORMAL){
     WalkingBadguy::freeze();
-    sprite->set_action(dir == LEFT ? "iced-left" : "iced-right");
   }
 }