From e3258defd7a7e5910c01a831cb3024fc85f1a1f1 Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 4 May 2017 14:37:14 -0400 Subject: [PATCH] Expose Gui::revealInDwarfmodeMap() to Lua Closes #1085 --- library/LuaApi.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/library/LuaApi.cpp b/library/LuaApi.cpp index c2621699f..0c153f91e 100644 --- a/library/LuaApi.cpp +++ b/library/LuaApi.cpp @@ -1459,6 +1459,7 @@ static const LuaWrapper::FunctionReg dfhack_gui_module[] = { WRAPM(Gui, showZoomAnnouncement), WRAPM(Gui, showPopupAnnouncement), WRAPM(Gui, showAutoAnnouncement), + WRAPM(Gui, revealInDwarfmodeMap), { NULL, NULL } };