Simplify.

This commit is contained in:
Steve Checkoway
2006-08-19 19:58:48 +00:00
parent 330d9ef714
commit 0de6c71e96
+1 -1
View File
@@ -1886,7 +1886,7 @@ void ScreenGameplay::UpdateLights()
FOREACH_NONEMPTY_ROW_IN_TRACK_RANGE( nd, t, r, iRowLastCrossed+1, iSongRow+1 )
{
const TapNote &tn = nd.GetTapNote( t, r );
if( tn.type != TapNote::empty && tn.type != TapNote::mine )
if( tn.type != TapNote::mine )
bBlink = true;
}