From 32001d1e2b6659a77eab024015da85079b2252c1 Mon Sep 17 00:00:00 2001 From: sapier Date: Tue, 16 Jul 2013 21:03:57 +0200 Subject: merge mainmenu_helper.lua to misc_helpers.lua --- src/guiEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/guiEngine.cpp b/src/guiEngine.cpp index 2324dba16..4c5d0189d 100644 --- a/src/guiEngine.cpp +++ b/src/guiEngine.cpp @@ -151,7 +151,7 @@ GUIEngine::GUIEngine( irr::IrrlichtDevice* dev, std::string builtin_helpers = porting::path_share + DIR_DELIM + "builtin" - + DIR_DELIM + "mainmenu_helper.lua"; + + DIR_DELIM + "misc_helpers.lua"; if (!runScript(builtin_helpers)) { errorstream -- cgit v1.2.3