fix warning

This commit is contained in:
Glenn Maynard
2007-04-07 02:53:47 +00:00
parent a7f9cc13fb
commit bdbb7f298d
@@ -39,6 +39,7 @@ return Def.ActorFrame {
local iNumStates = c.Judgment:GetNumStates(); local iNumStates = c.Judgment:GetNumStates();
local iFrame = TNSFrames[param.TapNoteScore]; local iFrame = TNSFrames[param.TapNoteScore];
if not iFrame then return end
if iNumStates == 12 then if iNumStates == 12 then
iFrame = iFrame * 2; iFrame = iFrame * 2;
if not param.Early then if not param.Early then