summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/clua.cc')
-rw-r--r--crawl-ref/source/clua.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/clua.cc b/crawl-ref/source/clua.cc
index d0535fd03b..d16c2bf31d 100644
--- a/crawl-ref/source/clua.cc
+++ b/crawl-ref/source/clua.cc
@@ -584,6 +584,7 @@ void CLua::init_lua()
luaopen_base(_state);
luaopen_string(_state);
luaopen_table(_state);
+ luaopen_math(_state);
// Open Crawl bindings
luaopen_kills(_state);