| 1009 | xSndStreamLock((U32)&shared.stream_locked[1], SND_CAT_DIALOG, true); |
| 1010 | } |
| 1011 | static void unlock_stream() |
| 1012 | { |
| 1013 | xSndStreamUnlock((U32)&shared.stream_locked[0]); |
| 1014 | xSndStreamUnlock((U32)&shared.stream_locked[1]); |
| 1015 | shared.stream_locked[0] = 0; |
| 1016 | shared.stream_locked[1] = 0; |
| 1017 | } |
| 1018 | static void refresh_prompts() |
| 1019 | { |
| 1020 | ztalkbox& active = *shared.active; |
no test coverage detected