Bug 176: Small theme and behavior tweaks.

( http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=176 )
This commit is contained in:
Jonathan Payne
2011-07-20 15:07:56 -07:00
parent abced48599
commit df12c3e2fc
5 changed files with 29 additions and 37 deletions
@@ -68,7 +68,7 @@ local function ParseSpeedModFile(path)
return mods
else
-- error; write a fallback mod file and return it
local fallbackString = "0.5x,1x,1.5x,2x,3x,4x,8x,C250,C450,m550"
local fallbackString = "0.5x,1x,1.5x,2x,3x,4x,5x,6x,7x,8x,C250,C450,m550"
Trace("[CustomSpeedMods]: Could not read SpeedMods; writing fallback to "..path)
file:Open(path, 2)
file:Write(fallbackString)