From a020d1b653f94fbcaac06c15f9dbab4521fda355 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Sun, 21 Sep 2014 02:23:55 +0200 Subject: Allow taking screenshots of formspecs and move message to chat --- src/guiEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guiEngine.cpp') diff --git a/src/guiEngine.cpp b/src/guiEngine.cpp index 03b2766d8..e2f1a0aad 100644 --- a/src/guiEngine.cpp +++ b/src/guiEngine.cpp @@ -189,7 +189,7 @@ GUIEngine::GUIEngine( irr::IrrlichtDevice* dev, m_texture_source, m_formspecgui, m_buttonhandler, - NULL); + NULL, NULL); m_menu->allowClose(false); m_menu->lockSize(true,v2u32(800,600)); -- cgit v1.2.3