rename to v1.2, misc

This commit is contained in:
Flameshadowxeroshin
2011-01-02 09:18:55 -06:00
parent 1ff6313c65
commit b26f9fad69
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
--Special Scoring types.
local r = {};
--the following metatable makes any missing value in a table 0 instead of nil.
local ZeroIfNotFound = { _index = function() return 0 end; };
local ZeroIfNotFound = { __index = function() return 0 end; };
-----------------------------------------------------------
--DDR 1st Mix and 2nd Mix Scoring
-----------------------------------------------------------