summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/test')
-rw-r--r--crawl-ref/source/test/findray.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/test/findray.lua b/crawl-ref/source/test/findray.lua
index 9f66461d4e..648b1cb9a7 100644
--- a/crawl-ref/source/test/findray.lua
+++ b/crawl-ref/source/test/findray.lua
@@ -50,7 +50,7 @@ local function test_findray()
rx, ry = ray:pos()
ray_p = dgn.point(rx, ry)
while(ray_p ~= p) do
- if dgn.is_opaque(rx, ry) then
+ if feat.is_opaque(rx, ry) then
dgn.grid(x, y, "floor_special")
debug.dump_map(FAILMAP)
assert(false,