aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-31 22:50:38 +0200
committerne_mene <[email protected]>2026-03-31 22:50:38 +0200
commit100063ec501ca94773810c4bb5d55e457b0f3f54 (patch)
tree8434074dc707654b20b201ac4e60f04264cfcaa2 /src
parentfb519754fbb607d24407784b7ddd851137a71f19 (diff)
removed DANGEROUS sound test
Diffstat (limited to 'src')
-rw-r--r--src/objs/tilemap.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/objs/tilemap.lua b/src/objs/tilemap.lua
index 462a901..90b8c8a 100644
--- a/src/objs/tilemap.lua
+++ b/src/objs/tilemap.lua
@@ -145,9 +145,6 @@ function queue_tilemap_rebuild(tilemap)
end
function set_tile(map, x, y, tileid)
- if map.tiledata[ID(map, x, y)] == 0 then
- play_sound("res/mono/thud.ogg")
- end
map.tiledata[ID(map, x, y)] = tileid
map.needs_rebuild = true
end