Fake note fix by Jousway.

This commit is contained in:
Jason Felds
2011-05-12 12:21:17 -04:00
parent 24ddc948ed
commit 7c0ea4cc8a
+7 -1
View File
@@ -29,7 +29,12 @@ ret.Redir = function(sButton, sElement)
then
sElement = "Hold Head Inactive";
end
if sElement == "Tap Fake"
then
sElement = "Tap Note";
end
sButton = ret.RedirTable[sButton];
return sButton, sElement;
@@ -85,6 +90,7 @@ ret.PartsToRotate =
["Tap Explosion Bright"] = true,
["Tap Explosion Dim"] = true,
["Tap Note"] = true,
["Tap Fake"] = true,
["Tap Lift"] = true,
["Hold Head Active"] = true,
["Hold Head Inactive"] = true,