mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-09 20:32:43 +01:00
Removed old PlayingSound struct
This commit is contained in:
parent
667031c51f
commit
830922c9ca
@ -23,12 +23,6 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
struct PlayingSound
|
||||
{
|
||||
sf::Sound sound;
|
||||
sf::SoundBuffer buffer;
|
||||
};
|
||||
|
||||
class SoundSource
|
||||
{
|
||||
friend class SoundManager;
|
||||
@ -65,7 +59,6 @@ private:
|
||||
ALCdevice* alDevice;
|
||||
|
||||
std::map<std::string, Sound> sounds;
|
||||
std::vector<PlayingSound> sounds;
|
||||
|
||||
sf::SoundStream* backgroundNoise;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user