From 0ff119e29e26761c5c24b70dacbee90de6735323 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 24 Jul 2007 06:48:19 +0000 Subject: Tweaked bazaar portal timeout. Bazaars may now replace normal shops. Fixed broken dungeon connectivity checks. Include math lib in Lua interpreters. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1924 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/clua.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/clua.cc') 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); -- cgit v1.2.3-54-g00ecf