From 100063ec501ca94773810c4bb5d55e457b0f3f54 Mon Sep 17 00:00:00 2001 From: ne_mene Date: Tue, 31 Mar 2026 22:50:38 +0200 Subject: removed DANGEROUS sound test --- src/objs/tilemap.lua | 3 --- 1 file changed, 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 -- cgit v1.3-2-g0d8e