remove id, registration; no longer needed

This commit is contained in:
Glenn Maynard
2006-12-23 10:07:20 +00:00
parent b97d8971f9
commit 9aaa59f26f
-6
View File
@@ -69,17 +69,11 @@ RageSound::RageSound():
m_iStoppedSourceFrame = 0;
m_iMaxDriverFrame = 0;
m_bPlaying = false;
/* Register ourself last, once everything is initialized. */
SOUNDMAN->RegisterSound( this );
}
RageSound::~RageSound()
{
Unload();
/* Unregister ourself. */
SOUNDMAN->UnregisterSound( this );
}
RageSound::RageSound( const RageSound &cpy ):