Merge pull request #108 from Rackover/sound_mutex_fix_fix

Fix sound mutex fix
This commit is contained in:
Dss0 2021-08-16 21:24:39 +02:00 committed by GitHub
commit e43206fbcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}; };
} }