Renamed ArbSpeedMods to ArbitrarySpeedMods to avoid the wrath of the OpenGL Architecture Review Board. Added option rows for controlling the size of the increments used by ArbitrarySpeedMods. Simplified logic in ASM and added rounding to avoid excessive precision. Removed pointless setmetatable calls from various lua option rows.

This commit is contained in:
Kyzentun
2014-06-20 22:48:00 -06:00
parent c02a17f393
commit de8799ebdc
7 changed files with 143 additions and 39 deletions
@@ -91,7 +91,6 @@ function OptionsRandomJukebox()
GAMESTATE:SetJukeboxUsesModifiers(val)
end
}
setmetatable( t, t )
return t
end
@@ -134,7 +133,6 @@ function OptionsWeight()
end
end,
}
setmetatable(t, t)
return t
end