Skip to content

Commit

Permalink
Update settings tab + some misc. clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Patrick Guerrero authored and est31 committed Mar 5, 2016
1 parent 096a01f commit 335ad70
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 129 deletions.
4 changes: 2 additions & 2 deletions builtin/mainmenu/dlg_settings_advanced.lua
Expand Up @@ -151,8 +151,8 @@ local function parse_setting_line(settings, line, read_all, base_level, allow_se
if setting_type == "float" then
local default, min, max = remaining_line:match("^"
-- first float is required, the last 2 are optional
.. "(" .. CHAR_CLASSES.FLOAT .. "+)" .. CHAR_CLASSES.SPACE .. "?"
.. "(" .. CHAR_CLASSES.FLOAT .. "*)" .. CHAR_CLASSES.SPACE .. "?"
.. "(" .. CHAR_CLASSES.FLOAT .. "+)" .. CHAR_CLASSES.SPACE .. "*"
.. "(" .. CHAR_CLASSES.FLOAT .. "*)" .. CHAR_CLASSES.SPACE .. "*"
.. "(" .. CHAR_CLASSES.FLOAT .. "*)"
.."$")

Expand Down

0 comments on commit 335ad70

Please sign in to comment.