Go back to using the RageSound_QT1 class since RageSound_QT is broken.

This commit is contained in:
Steve Checkoway
2003-08-11 08:55:34 +00:00
parent 99c5923839
commit 5ba3bb1e30
4 changed files with 22 additions and 6 deletions
+3
View File
@@ -78,6 +78,9 @@ RageSoundDriver *MakeRageSoundDriver(CString drivers)
#endif
#ifdef RAGE_SOUND_QT
if(!DriversToTry[i].CompareNoCase("QT")) ret = new RageSound_QT;
#endif
#ifdef RAGE_SOUND_QT1
if(!DriversToTry[i].CompareNoCase("QT1")) ret = new RageSound_QT1;
#endif
if(!DriversToTry[i].CompareNoCase("Null")) ret = new RageSound_Null;
if( !ret )