MSVC6 doesn't like .clear(); I think = "" would be better for now.
This commit is contained in:
@@ -1548,7 +1548,7 @@ Song *MusicWheel::GetPreferredSelectionForRandomOrPortal()
|
||||
/* Maintaining difficulties is higher priority than maintaining the current
|
||||
* group. */
|
||||
if( i == NUM_PROBES/4 )
|
||||
sPreferredGroup.clear();
|
||||
sPreferredGroup = "";
|
||||
if( i == NUM_PROBES/2 )
|
||||
vDifficultiesToRequire.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user