X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fworldmap%2Ftux.cpp;h=d54c650cf5fadd83452f3327be84378a6fa136b1;hb=af6086c5e53fd3b38921ff584abe3b621a2aa9f3;hp=561be822b58122dad057db078fbb8444639331a1;hpb=4869b1d4c19ab08f0daa776bff7f820608cfc881;p=supertux.git diff --git a/src/worldmap/tux.cpp b/src/worldmap/tux.cpp index 561be822b..d54c650cf 100644 --- a/src/worldmap/tux.cpp +++ b/src/worldmap/tux.cpp @@ -70,6 +70,12 @@ Tux::draw(DrawingContext& context) case ICE_BONUS: sprite->set_action(moving ? "ice-walking" : "ice-stop"); break; + case AIR_BONUS: + sprite->set_action(moving ? "ice-walking" : "ice-stop"); + break; + case EARTH_BONUS: + sprite->set_action(moving ? "fire-walking" : "fire-stop"); + break; case NO_BONUS: sprite->set_action(moving ? "small-walking" : "small-stop"); break;