MSVC6 doesn't like .clear(); I think = "" would be better for now.

This commit is contained in:
Charles Lohr
2004-10-12 04:42:45 +00:00
parent d906bc83e7
commit 3c821677e0
+1 -1
View File
@@ -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();