RageSound -> RageSoundBass

This commit is contained in:
Glenn Maynard
2002-12-10 08:19:18 +00:00
parent d53b67e0cf
commit 600371a871
7 changed files with 7 additions and 169 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
#include "RageLog.h"
#include "RageDisplay.h"
#include "RageTextureManager.h"
#include "RageSound.h"
#include "RageSoundBass.h"
// #include "RageSoundManager.h"
#include "RageMusic.h"
#include "RageInput.h"
@@ -313,7 +313,7 @@ int main(int argc, char* argv[])
PREFSMAN = new PrefsManager;
GAMEMAN = new GameManager;
THEME = new ThemeManager;
SOUND = new RageSound;
SOUND = new RageSoundBass;
MUSIC = new RageSoundStream;
ANNOUNCER = new AnnouncerManager;
INPUTFILTER = new InputFilter;