MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / unlock_stream

Function unlock_stream

src/SB/Game/zTalkBox.cpp:1011–1017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 1

stopFunction · 0.85

Calls 1

xSndStreamUnlockFunction · 0.50

Tested by

no test coverage detected