mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Various bug fixes
This commit is contained in:
@@ -210,7 +210,7 @@ void CScriptSound::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid, CSta
|
||||
|
||||
void CScriptSound::PlaySound(CStateManager& mgr)
|
||||
{
|
||||
if ((x11d_24_allowDuplicates || !xec_sfxHandle) && !x11d_25_processedThisFrame)
|
||||
if ((x11d_24_allowDuplicates || !xec_sfxHandle || !xec_sfxHandle->IsPlaying()) && !x11d_25_processedThisFrame)
|
||||
{
|
||||
x11d_25_processedThisFrame = true;
|
||||
if (x11c_26_nonEmitter)
|
||||
|
||||
Reference in New Issue
Block a user