share/hedgewars/Data/Maps/Control/map.lua
changeset 8349 a1dbe148f10f
parent 7838 5c2337f8dbb2
child 9093 4114ce5d885d
equal deleted inserted replaced
8348:c039ac6f33e0 8349:a1dbe148f10f
    47 
    47 
    48 -----------------
    48 -----------------
    49 --script begins
    49 --script begins
    50 -----------------
    50 -----------------
    51 
    51 
    52 loadfile(GetDataPath() .. "Scripts/Locale.lua")()
    52 HedgewarsScriptLoad("Scripts/Locale.lua")()
    53 
    53 
    54 ---------------------------------------------------------------
    54 ---------------------------------------------------------------
    55 ----------lots of bad variables and things
    55 ----------lots of bad variables and things
    56 ----------because someone is too lazy
    56 ----------because someone is too lazy
    57 ----------to read about tables properly
    57 ----------to read about tables properly