| 253 | CEnvAmbient::~CEnvAmbient() { destroy(); } |
| 254 | |
| 255 | void CEnvAmbient::destroy() |
| 256 | { |
| 257 | delete_data(m_effects); |
| 258 | delete_data(m_sound_channels); |
| 259 | } |
| 260 | |
| 261 | void CEnvAmbient::load(CInifile& ambients_config, CInifile& sound_channels_config, CInifile& effects_config, const shared_str& sect) |
| 262 | { |
no test coverage detected