@@ -50,7 +50,7 @@ int main(int argc, char* argv[])
int sfxId = 0x1337;
float vol = 1.0f;
float pan = 0.0f;
Voice* voice = snd.fxStart(sfxId, vol, pan);
std::shared_ptr<Voice> voice = snd.fxStart(sfxId, vol, pan);
/* Play for ~5 sec */
int passedFrames = 0;
The note is not visible to the blocked user.