summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-28 11:22:08 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-10-28 11:44:55 +0100
commit0f91bf2a787fe86632491d1cb62dbcee33085cd0 (patch)
treeb341f11b68325ac08b31eff973283cc57066a409 /crawl-ref/source/acr.cc
parent4f1035708a954c767ceb4a59f1e23f7547a79620 (diff)
downloadcrawl-ref-0f91bf2a787fe86632491d1cb62dbcee33085cd0.tar.gz
crawl-ref-0f91bf2a787fe86632491d1cb62dbcee33085cd0.zip
Partial lua interpreter.
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 26681330ff..5548e9ae3d 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -75,6 +75,7 @@
#include "items.h"
#include "lev-pand.h"
#include "los.h"
+#include "luaterp.h"
#include "macro.h"
#include "makeitem.h"
#include "mapmark.h"
@@ -478,6 +479,7 @@ static void _do_wizard_command(int wiz_command, bool silent_fail)
case CONTROL('H'): wizard_set_hunger_state(); break;
case CONTROL('I'): debug_item_statistics(); break;
case CONTROL('L'): wizard_set_xl(); break;
+ case CONTROL('T'): debug_call_dlua(); break;
case 'O': debug_test_explore(); break;
case 'S': wizard_set_skill_level(); break;