s/RageDriverSound/RageSoundBase/

This commit is contained in:
Glenn Maynard
2004-01-15 02:31:09 +00:00
parent bdafe9ebe1
commit 3633d424d7
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ RageSound::~RageSound()
}
RageSound::RageSound(const RageSound &cpy):
RageDriverSound( cpy )
RageSoundBase( cpy )
{
ASSERT(SOUNDMAN);
LockMut(SOUNDMAN->lock);