| 239 | } |
| 240 | |
| 241 | bool SoundEnvironment_LIB::SaveIni(CInifile* ini) const |
| 242 | { |
| 243 | for (u32 chunk = 0; chunk < library.size(); chunk++) |
| 244 | { |
| 245 | library[chunk]->saveIni(ini, library[chunk]->name.c_str()); |
| 246 | } |
| 247 | return true; |
| 248 | } |
| 249 | |
| 250 | void SoundEnvironment_LIB::Unload() |
| 251 | { |
no test coverage detected