SuperTux / supertux

SuperTux source code
https://supertux.org
GNU General Public License v3.0
2.48k stars 474 forks source link

Don't play worldmap music when Tux is on a level that's set to auto-play #2941

Closed tobbi closed 1 month ago

tobbi commented 1 month ago

Pretty trivial, but since I'm still learning how to do Pull Requests, I guess this is a good chance. Whenever someone mentions "put it in a pull request", I understand "Squash master down to one single commit and force-push that".

Anyway. I noticed on the WASM build that when Tux is on an auto-playing level, we have the worldmap music overlapping the music of the auto-playing level at first.

I think this can be avoided.