damnit fsx

This commit is contained in:
AJ Kelly
2011-10-07 08:39:21 -05:00
parent deb8ea5347
commit 49a6981953
+1 -1
View File
@@ -44,7 +44,7 @@ r['Oldschool'] = function(params, pss)
local scoreLookupTable = local scoreLookupTable =
{ {
['TapNoteScore_W1']=999, ['TapNoteScore_W1']=999,
['TapNoteScore_W2']=IsW1Allowed() and 888 or 999, ['TapNoteScore_W2']=IsW1Allowed('TapNoteScore_W2') and 888 or 999,
['TapNoteScore_W3']=777, ['TapNoteScore_W3']=777,
['TapNoteScore_W4']=555, ['TapNoteScore_W4']=555,
['TapNoteScore_W5']=111, ['TapNoteScore_W5']=111,