2.5 audio cleanup:

* Removed CD Actuator
* Removed bSample and bSoundListener
* Removed SoundSystem
* Removed -noaudio parameter
This commit is contained in:
2009-08-10 15:39:11 +00:00
parent cb9e51bf8a
commit a27cc1adf0
116 changed files with 35 additions and 10022 deletions

View File

@@ -95,6 +95,6 @@ void SYS_SingletonSystem::SYS_WriteCommandLineString(const char *paramname, cons
m_string_commandlineparms.insert(paramname, value);
}
SYS_SingletonSystem::SYS_SingletonSystem() : m_soundfilecache(NULL)
SYS_SingletonSystem::SYS_SingletonSystem()
{
}