mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-27 00:41:08 +02:00
Restored ambient sounds functionality
This commit is contained in:
@ -53,7 +53,6 @@ private:
|
||||
void ambientStopSound(std::string soundId);
|
||||
|
||||
const JsonNode ambientConfig;
|
||||
bool allTilesSource;
|
||||
std::map<std::string, int> ambientChannels;
|
||||
|
||||
public:
|
||||
@ -75,7 +74,6 @@ public:
|
||||
void soundFinishedCallback(int channel);
|
||||
|
||||
int ambientGetRange() const;
|
||||
bool ambientCheckVisitable() const;
|
||||
void ambientUpdateChannels(std::map<std::string, int> currentSounds);
|
||||
void ambientStopAllChannels();
|
||||
|
||||
|
Reference in New Issue
Block a user