| 148 | } |
| 149 | |
| 150 | void Sound::update() |
| 151 | { |
| 152 | #if defined(USE_FMOD) |
| 153 | if (cantPlaySfxSound) cantPlaySfxSound--; |
| 154 | if (cantPlayGUISound) cantPlayGUISound--; |
| 155 | system->update(); |
| 156 | #endif |
| 157 | } |
nothing calls this directly
no outgoing calls
no test coverage detected