Added synchronize

This commit is contained in:
Chris Danford
2002-02-11 04:46:31 +00:00
parent 7682367a4e
commit 6ed1d938e7
18 changed files with 180 additions and 45 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ void MusicSortDisplay::Set( SongSortOrder so )
SetState( 5 );
break;
default:
ASSERT( true ); // unimplemented MusicSortOrder
ASSERT( false ); // unimplemented MusicSortOrder
}
}