summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/clua/lm_props.lua
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dat/clua/lm_props.lua')
-rw-r--r--crawl-ref/source/dat/clua/lm_props.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/clua/lm_props.lua b/crawl-ref/source/dat/clua/lm_props.lua
index 03c746eb32..05f71fb4ba 100644
--- a/crawl-ref/source/dat/clua/lm_props.lua
+++ b/crawl-ref/source/dat/clua/lm_props.lua
@@ -3,7 +3,7 @@
-- Property markers.
------------------------------------------------------------------------------
-PropertiesDescriptor = { }
+PropertiesDescriptor = { CLASS = "PropertiesDescriptor" }
PropertiesDescriptor.__index = PropertiesDescriptor
function PropertiesDescriptor:new(properties)