| 311 | //----------------------------------------------------------------------------- |
| 312 | |
| 313 | void LevelInfo::onRemove() |
| 314 | { |
| 315 | if( mSoundscape ) |
| 316 | mSoundscape->setAmbience( sDefaultAmbience ); |
| 317 | |
| 318 | Parent::onRemove(); |
| 319 | } |
| 320 | |
| 321 | //----------------------------------------------------------------------------- |
| 322 |
nothing calls this directly
no test coverage detected