1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Get rid of global dummySoundManager

There is no need for this to be globally unique.
This commit is contained in:
Desour 2023-04-10 18:59:01 +02:00 committed by DS
parent b201c03625
commit 1dd13da37d
4 changed files with 27 additions and 50 deletions

View file

@ -88,6 +88,3 @@ public:
void step(float dtime) {}
void fadeSound(int sound, float step, float gain) {}
};
// Global DummySoundManager singleton
extern DummySoundManager dummySoundManager;