NotesType => StepsType
This commit is contained in:
@@ -36,7 +36,7 @@ ScreenHowToPlay::ScreenHowToPlay() : ScreenAttract("ScreenHowToPlay")
|
||||
default: ASSERT(0); // we should cover all gametypes....
|
||||
}
|
||||
|
||||
NotesType nt = GAMESTATE->GetCurrentStyleDef()->m_NotesType;
|
||||
StepsType nt = GAMESTATE->GetCurrentStyleDef()->m_NotesType;
|
||||
int iNumOfTracks = GAMEMAN->NotesTypeToNumTracks( nt );
|
||||
|
||||
ASSERT(iNumOfTracks > 0); // crazy to have less than 1 track....
|
||||
|
||||
Reference in New Issue
Block a user