Use attributes where possible

This commit is contained in:
Martin Natano
2023-04-19 20:55:30 +02:00
parent a93fc07896
commit 093675cdc3
23 changed files with 142 additions and 133 deletions
+1 -1
View File
@@ -402,7 +402,7 @@ void NoteField::DrawBeatBar( const float fBeat, BeatBarType type, int iMeasureIn
{
DEFAULT_FAIL( type );
case measure: // handled above
case beat: // fall through
case beat:
fAlpha = BAR_4TH_ALPHA;
iState = 1;
break;