| 1228 | } |
| 1229 | |
| 1230 | Result Play(HSoundInstance sound_instance) |
| 1231 | { |
| 1232 | DM_MUTEX_OPTIONAL_SCOPED_LOCK(g_SoundSystem->m_Mutex); |
| 1233 | sound_instance->m_Playing = 1; |
| 1234 | return RESULT_OK; |
| 1235 | } |
| 1236 | |
| 1237 | static void StopNoLock(SoundSystem* sound, HSoundInstance sound_instance) |
| 1238 | { |