| 347 | } |
| 348 | |
| 349 | static const SoundObject* getSoundObject(SoundId id) |
| 350 | { |
| 351 | auto idx = (int32_t)id & ~0x8000; |
| 352 | return ObjectManager::get<SoundObject>(idx); |
| 353 | } |
| 354 | |
| 355 | static Viewport* findBestViewportForSound(viewport_pos vpos) |
| 356 | { |
no outgoing calls
no test coverage detected