SubType_INVALID -> SubType_Invalid

This commit is contained in:
Chris Danford
2007-01-15 23:47:55 +00:00
parent 1ba463f64a
commit 4e5219cedd
6 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ int GetNumNWithScore( const NoteData &in, TapNoteScore tns, int MinTaps, int iSt
int GetNumHoldNotesWithScore( const NoteData &in, TapNote::SubType subType, HoldNoteScore hns )
{
ASSERT( subType != TapNote::SubType_INVALID );
ASSERT( subType != TapNote::SubType_Invalid );
int iNumSuccessfulHolds = 0;
for( int t=0; t<in.GetNumTracks(); ++t )