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:
parent
e3827fbc23
commit
32001d1e2b
3 changed files with 143 additions and 169 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue