summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-03 17:10:39 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-03 17:10:39 +0300
commit494ac0ccdf545e8055c83c22b8b2fbf9e045b32a (patch)
tree29dd8c4740fa8a43ebf82037c2e4091b1700a4e4 /src/client.cpp
parentaa1e8a7a7236d49d91501eac2da81bdb96f0bba5 (diff)
downloadplus-494ac0ccdf545e8055c83c22b8b2fbf9e045b32a.tar.gz
plus-494ac0ccdf545e8055c83c22b8b2fbf9e045b32a.tar.bz2
plus-494ac0ccdf545e8055c83c22b8b2fbf9e045b32a.tar.xz
plus-494ac0ccdf545e8055c83c22b8b2fbf9e045b32a.zip
Rename sound.cpp/h to soundmanager.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 6ea0ad11f..1265d048f 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -41,7 +41,7 @@
#include "keyboardconfig.h"
#include "party.h"
#include "playerrelations.h"
-#include "sound.h"
+#include "soundmanager.h"
#include "statuseffect.h"
#include "units.h"
#include "touchmanager.h"
@@ -146,7 +146,7 @@ KeyboardConfig keyboard;
UserPalette *userPalette = nullptr;
Graphics *mainGraphics = nullptr;
-Sound sound;
+SoundManager sound;
int openGLMode = 0;
static uint32_t nextTick(uint32_t interval, void *param A_UNUSED);