X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Fstumpy.cpp;h=2cac026a1665956aa582195508c35b2a2ebc6a4a;hb=013a5ca196545a094f27c1b708facd0084d58d55;hp=5f9b7aefd1c82c75034156055d9b69aab3d46bd3;hpb=af906b173f5e7118644397ce35145e6b88f40be8;p=supertux.git diff --git a/src/badguy/stumpy.cpp b/src/badguy/stumpy.cpp index 5f9b7aefd..2cac026a1 100644 --- a/src/badguy/stumpy.cpp +++ b/src/badguy/stumpy.cpp @@ -32,7 +32,6 @@ Stumpy::Stumpy(const lisp::Lisp& reader) { walk_speed = WALKSPEED; max_drop_height = 16; - sound_manager->preload("sounds/mr_tree.ogg"); sound_manager->preload("sounds/mr_treehit.ogg"); }