X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fresources.cpp;h=be7efec2d5abc301cc42f63190994aff22865bde;hb=8d5a5f453122c39664e534eaef259e59050eba6d;hp=03c9aa2c882fb4cb844503691609e369286f3226;hpb=ac33c9544ab81b79b371b3d0b681d7e6a2dab15b;p=supertux.git diff --git a/src/resources.cpp b/src/resources.cpp index 03c9aa2c8..be7efec2d 100644 --- a/src/resources.cpp +++ b/src/resources.cpp @@ -75,7 +75,8 @@ char * soundfilenames[NUM_SOUNDS] = { "/sounds/stomp.wav", "/sounds/kick.wav", "/sounds/explosion.wav", - "/sounds/warp.wav" + "/sounds/warp.wav", + "/sounds/fireworks.wav" }; @@ -133,10 +134,10 @@ void loadshared() } small_tux = new TuxBodyParts(); - small_tux->head = sprite_manager->load("big-tux-head"); - small_tux->body = sprite_manager->load("big-tux-body"); - small_tux->arms = sprite_manager->load("big-tux-arms"); - small_tux->feet = sprite_manager->load("big-tux-feet"); + small_tux->head = NULL; + small_tux->body = sprite_manager->load("small-tux-body"); + small_tux->arms = sprite_manager->load("small-tux-arms"); + small_tux->feet = NULL; big_tux = new TuxBodyParts(); big_tux->head = sprite_manager->load("big-tux-head");