summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-14 20:19:33 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-14 20:19:33 +0300
commit8fb8287c78982fd34ef7d7a2b971e0f40a51d44e (patch)
tree9507f6028051111029c6ffdebf152b27120cf29e /src/being/localplayer.cpp
parent517e8c2753f4bcc7d2788a28d663cd79edec6c59 (diff)
downloadplus-8fb8287c78982fd34ef7d7a2b971e0f40a51d44e.tar.gz
plus-8fb8287c78982fd34ef7d7a2b971e0f40a51d44e.tar.bz2
plus-8fb8287c78982fd34ef7d7a2b971e0f40a51d44e.tar.xz
plus-8fb8287c78982fd34ef7d7a2b971e0f40a51d44e.zip
Move soundconsts.h into const directory.
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r--src/being/localplayer.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp
index d20c7b7e0..37e5abdc8 100644
--- a/src/being/localplayer.cpp
+++ b/src/being/localplayer.cpp
@@ -30,16 +30,16 @@
#include "item.h"
#include "party.h"
#include "settings.h"
-#include "soundconsts.h"
#include "soundmanager.h"
#include "statuseffect.h"
-#include "resources/map/walklayer.h"
#include "being/beingflag.h"
#include "being/crazymoves.h"
#include "being/playerinfo.h"
#include "being/playerrelations.h"
+#include "const/sound.h"
+
#include "enums/being/beingdirection.h"
#include "enums/resources/map/mapitemtype.h"
@@ -78,6 +78,7 @@
#include "resources/map/map.h"
#include "resources/map/mapitem.h"
#include "resources/map/speciallayer.h"
+#include "resources/map/walklayer.h"
#include "listeners/awaylistener.h"