diff options
| author | ne_mene <[email protected]> | 2026-03-31 22:50:38 +0200 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-31 22:50:38 +0200 |
| commit | 100063ec501ca94773810c4bb5d55e457b0f3f54 (patch) | |
| tree | 8434074dc707654b20b201ac4e60f04264cfcaa2 | |
| parent | fb519754fbb607d24407784b7ddd851137a71f19 (diff) | |
removed DANGEROUS sound test
| -rw-r--r-- | src/objs/tilemap.lua | 3 |
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 |
