Skip to content

Commit

Permalink
Set numeric locale in Lua in main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
PilzAdam committed Jul 8, 2013
1 parent 6bc3a43 commit 9bd5f61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builtin/mainmenu.lua
@@ -1,3 +1,5 @@
os.setlocale("C", "numeric")

local scriptpath = engine.get_scriptdir()

dofile(scriptpath .. DIR_DELIM .. "modmgr.lua")
Expand Down

0 comments on commit 9bd5f61

Please sign in to comment.