SoundSystem does not longer inherit from SoundManager. SoundManager is a individual class that listens to events. The SoundManager only listens to the local player.

This commit is contained in:
stiffly
2016-02-08 14:01:32 +01:00
parent 12c05d5a1c
commit 3a5c0a2762
7 changed files with 211 additions and 188 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include "Network/Client.h"
// Sound
//#include "Sound/SoundManager.h"
#include "Sound/SoundManager.h"
#include "Systems/SoundSystem.h"
class Game