2.5 audio cleanup:

* Removed CD Actuator
* Removed bSample and bSoundListener
* Removed SoundSystem
* Removed -noaudio parameter
This commit is contained in:
Joerg Mueller
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()
{
}

View File

@@ -56,7 +56,6 @@ private:
GEN_Map<STR_HashedString,int> m_int_commandlineparms;
GEN_Map<STR_HashedString,float> m_float_commandlineparms;
GEN_Map<STR_HashedString,STR_String> m_string_commandlineparms;
void* m_soundfilecache;
};
#endif //__SINGLETONSYSTEM_H