- Game over and life lost music plays only once.

This commit is contained in:
2023-01-13 13:21:54 +01:00
parent 8019332de1
commit a5f8703830
2 changed files with 4 additions and 4 deletions

View File

@@ -20,9 +20,9 @@ function remove_actor(actor)
end
end
function playmus(song,volume)
function playmus(song,loop)
if not mute then
playmusic(song,volume)
playmusic(song,loop)
end
end