mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-21 03:55:21 +02:00
Get rid of global dummySoundManager
There is no need for this to be globally unique.
This commit is contained in:
@@ -88,6 +88,3 @@ public:
|
||||
void step(float dtime) {}
|
||||
void fadeSound(int sound, float step, float gain) {}
|
||||
};
|
||||
|
||||
// Global DummySoundManager singleton
|
||||
extern DummySoundManager dummySoundManager;
|
||||
|
Reference in New Issue
Block a user