]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - builtin/mainmenu.lua
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
[dragonfireclient.git] / builtin / mainmenu.lua
index 610926e4373c0f83da73177307d6bba48920337b..926f3f2d92dc3a58b35dee1e7d36534eca1fe3ab 100644 (file)
@@ -1,3 +1,5 @@
+print = engine.debug
+math.randomseed(os.time())
 os.setlocale("C", "numeric")
 
 local scriptpath = engine.get_scriptdir()
@@ -9,6 +11,7 @@ mt_color_dark_green = "#003300"
 
 --for all other colors ask sfan5 to complete his worK!
 
+dofile(scriptpath .. DIR_DELIM .. "misc_helpers.lua")
 dofile(scriptpath .. DIR_DELIM .. "filterlist.lua")
 dofile(scriptpath .. DIR_DELIM .. "modmgr.lua")
 dofile(scriptpath .. DIR_DELIM .. "modstore.lua")
@@ -1051,7 +1054,7 @@ function tabbuilder.tab_credits()
                        "Perttu Ahola (celeron55) <celeron55@gmail.com>,"..
                        "Ryan Kwolek (kwolekr) <kwolekr@minetest.net>,"..
                        "PilzAdam <pilzadam@minetest.net>," ..
-                       "IIya Zhuravlev (thexyz) <xyz@minetest.net>,"..
+                       "Ilya Zhuravlev (xyz) <xyz@minetest.net>,"..
                        "Lisa Milne (darkrose) <lisa@ltmnet.com>,"..
                        "Maciej Kasatkin (RealBadAngel) <mk@realbadangel.pl>,"..
                        "proller <proler@gmail.com>,"..