From 0f91bf2a787fe86632491d1cb62dbcee33085cd0 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 28 Oct 2009 11:22:08 +0100 Subject: Partial lua interpreter. --- crawl-ref/source/acr.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/acr.cc') 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; -- cgit v1.2.3-54-g00ecf