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
@@ -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,