From 4e1f50035e860a00636ca5d804c267119df99601 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Sun, 11 Aug 2013 04:09:45 +0200 Subject: Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu --- builtin/mainmenu.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'builtin') diff --git a/builtin/mainmenu.lua b/builtin/mainmenu.lua index e0ab82ebb..926f3f2d9 100644 --- a/builtin/mainmenu.lua +++ b/builtin/mainmenu.lua @@ -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") -- cgit v1.2.3