Merge pull request #108 from Rackover/sound_mutex_fix_fix
Fix sound mutex fix
This commit is contained in:
commit
e43206fbcc
@ -10,6 +10,6 @@ namespace Components
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
static std::mutex snd_mutex;
|
static std::mutex snd_mutex;
|
||||||
static void LockSoundMutex(int unk);
|
static void _stdcall LockSoundMutex(int unk);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user