summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test/los_maps.lua
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/test/los_maps.lua')
-rw-r--r--crawl-ref/source/test/los_maps.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/test/los_maps.lua b/crawl-ref/source/test/los_maps.lua
index eb16d11afa..f72a6382fd 100644
--- a/crawl-ref/source/test/los_maps.lua
+++ b/crawl-ref/source/test/los_maps.lua
@@ -52,7 +52,7 @@ local function test_los_map(map)
end
local function test_los_maps()
- dgn.load_des_file("test/des/debug-los.des")
+ dgn.load_des_file("test/des/debug-diamond-los.des")
local map = dgn.map_by_tag("debug_los")
assert(map, "Could not find debug-los maps (tag 'debug_los')")
while map do
@@ -62,6 +62,5 @@ local function test_los_maps()
end
end
--- Disable until the maps have been updated for diamond LOS model.
---test_los_maps()
+test_los_maps()