share/hedgewars/Data/Scripts/Multiplayer/WxW.lua
branchphysfslayer
changeset 8043 da083f8d95e6
parent 7183 95dc11d648fb
child 10036 3be36d2fdca6
equal deleted inserted replaced
8040:448d61778ca7 8043:da083f8d95e6
    52 
    52 
    53 -----------------------------
    53 -----------------------------
    54 -- GO PONIES, GO PONIES, GO!
    54 -- GO PONIES, GO PONIES, GO!
    55 -----------------------------
    55 -----------------------------
    56 
    56 
    57 loadfile(GetDataPath() .. "Scripts/Locale.lua")()
    57 HedgewarsScriptLoad("/Scripts/Locale.lua")
    58 loadfile(GetDataPath() .. "Scripts/Tracker.lua")()
    58 HedgewarsScriptLoad("/Scripts/Tracker.lua")
    59 loadfile(GetDataPath() .. "Scripts/Utils.lua")()
    59 HedgewarsScriptLoad("/Scripts/Utils.lua")
    60 
    60 
    61 -- experimental menu stuff
    61 -- experimental menu stuff
    62 local menuIndex = 1
    62 local menuIndex = 1
    63 local menu = {}
    63 local menu = {}
    64 local preMenuCfg
    64 local preMenuCfg