SubType_invalid -> SubType_INVALID

This commit is contained in:
Chris Danford
2007-01-15 23:09:23 +00:00
parent d47ada20f1
commit 46a774b5f4
5 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -1952,7 +1952,7 @@ void NoteDataUtil::AddTapAttacks( NoteData &nd, Song* pSong )
int iTrack = iBeat % nd.GetNumTracks(); // deterministically calculates track
TapNote tn(
TapNote::attack,
TapNote::SubType_invalid,
TapNote::SubType_INVALID,
TapNote::original,
szAttacks[RandomInt(ARRAYLEN(szAttacks))],
15.0f,