aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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