mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 22:13:27 +02:00
More multiprotocol support
This commit is contained in:
@@ -56,7 +56,7 @@ private:
|
||||
SoundSourcePtr createSoundSource(const std::string& filename);
|
||||
uint loadFileIntoBuffer(const SoundFilePtr& soundFile);
|
||||
|
||||
std::map<std::string, SoundBufferPtr> m_buffers;
|
||||
std::unordered_map<std::string, SoundBufferPtr> m_buffers;
|
||||
std::vector<SoundSourcePtr> m_sources;
|
||||
SoundSourcePtr m_musicSource;
|
||||
ALCdevice *m_device;
|
||||
|
Reference in New Issue
Block a user