diff options
| author | ne_mene <[email protected]> | 2026-03-30 18:05:13 +0200 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-30 18:05:13 +0200 |
| commit | d3fa4e93f68f0b4a1598140daaf9b2821c478fa8 (patch) | |
| tree | 267b65c6a594a8923853b3f39e77bc34c815e470 /src/sound.lua | |
| parent | 6afe563f9df391b1e1594dfa5eae52b50c013ada (diff) | |
some cleaning
Diffstat (limited to 'src/sound.lua')
| -rw-r--r-- | src/sound.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound.lua b/src/sound.lua index 5b530fc..30f7e5b 100644 --- a/src/sound.lua +++ b/src/sound.lua @@ -25,6 +25,7 @@ end function play_sound(path, x, y) sound = sound_bank[path] + assert(sound, "sound "..path.." unknown") local source = nil for i = 1, sound.size do |
