CONFLICT RESOLUTION (view entire LOG message to see):

GAMEMANAGER. we did different fixes. I merged the best of both ;)
EZ2DANCER columns now aligned correctly
EZ2DANCER stage screen stylization now underway
NOTE: This Release WILL NOT COMPILE. Some Members of RAGELOG and RAGESOUND have disappeared, and I don't know where to.
This commit is contained in:
Andrew Livy
2002-08-01 21:11:32 +00:00
parent 2d4eb7baff
commit 4343e5aebf
9 changed files with 329 additions and 35 deletions
+1 -1
View File
@@ -423,7 +423,7 @@ void SongManager::InitCoursesFromDisk()
//
// Load extra stages
//
for( int g=0; g<saGroupNames.GetSize(); g++ ) // foreach Group
for( g=0; g<saGroupNames.GetSize(); g++ ) // foreach Group
{
CString sGroupName = saGroupNames[g];
CStringArray saCourseFiles;