RouletteSeeds now is updated dynamically based on unlocks.dat

This commit is contained in:
Andrew Wong
2003-07-09 14:16:21 +00:00
parent 402145139d
commit b8c014e5bf
2 changed files with 36 additions and 3 deletions
+1
View File
@@ -75,6 +75,7 @@ private:
void SortSongEntriesArray(); // sorts unlocks
bool ParseRow(CString text, CString &type, float &qty, CString &songname);
SongEntry *FindSong( const Song *pSong );
void InitRouletteSeeds(int MaxRouletteSlot);
};