Updated email address, grumbel@gmx.de -> grumbel@gmail.com
[supertux.git] / src / badguy / fish.cpp
index c8bf809..f6d3f7c 100644 (file)
@@ -138,6 +138,7 @@ Fish::freeze()
 {
   BadGuy::freeze();
   sprite->set_action(physic.get_velocity_y() < 0 ? "iced" : "iced-down");
+  sprite->set_color(Color(1.0f, 1.0f, 1.0f));
   waiting.stop();
 }