- Removed SDLTry from call to SDL_GL_SetSwapInterval
Note: "blame it on me in commit message if you want x)" sheepluva
-- Library for localizing strings in lua scriptslocal lang = HedgewarsScriptLoad("Locale/" .. tostring(L) .. ".lua")function loc(text) if locale ~= nil and locale[text] ~= nil then return locale[text] else return text endend