summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-19 18:32:22 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-19 18:36:21 +0200
commit64e064330c5c595d0b8553028e0c5ca95c5e5392 (patch)
tree23607d333632c3b3bfbfee5204ce47db74706f81 /src/dungeon.c
parent2a2fcac0fdb76ce7481ab4ab17e6f64f3ca7bc1d (diff)
Lua: Remove Lua
Diffstat (limited to 'src/dungeon.c')
-rw-r--r--src/dungeon.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dungeon.c b/src/dungeon.c
index ce259344..d13da812 100644
--- a/src/dungeon.c
+++ b/src/dungeon.c
@@ -11,12 +11,8 @@
*/
#include "angband.h"
-#include "lua/lua.h"
-#include "tolua.h"
#include <assert.h>
-extern lua_State* L;
-
#define TY_CURSE_CHANCE 100
#define DG_CURSE_CHANCE 50
#define AUTO_CURSE_CHANCE 15