summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
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