1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

merge mainmenu_helper.lua to misc_helpers.lua

This commit is contained in:
sapier 2013-07-16 21:03:57 +02:00 committed by PilzAdam
parent e3827fbc23
commit 32001d1e2b
3 changed files with 143 additions and 169 deletions

View file

@ -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