break PlayerOptions selection into two screens (is there any other solution?)

add lines for Step selection and Character selection
This commit is contained in:
Chris Danford
2003-06-15 17:05:51 +00:00
parent 4dd5f4cc09
commit c743e97f6e
10 changed files with 450 additions and 155 deletions
+5
View File
@@ -190,3 +190,8 @@ void BPMDisplay::SetBPM( const Song* pSong )
ASSERT(0);
}
}
void BPMDisplay::DrawPrimitives()
{
ActorFrame::DrawPrimitives();
}