summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-02 19:55:05 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-02 19:55:05 +0300
commitf1f04f512d284d12bf2c59e212800d7c24de323e (patch)
tree3bd062864af609ddd5410f47f528e6b3868cdeb8 /src/being/localplayer.h
parenteda234f5e156d376541044b351fd2e1e766700a3 (diff)
downloadmv-f1f04f512d284d12bf2c59e212800d7c24de323e.tar.gz
mv-f1f04f512d284d12bf2c59e212800d7c24de323e.tar.bz2
mv-f1f04f512d284d12bf2c59e212800d7c24de323e.tar.xz
mv-f1f04f512d284d12bf2c59e212800d7c24de323e.zip
Fix background musis if it was enabled by quck enable action.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r--src/being/localplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h
index d327ee19a..2eb236918 100644
--- a/src/being/localplayer.h
+++ b/src/being/localplayer.h
@@ -496,6 +496,8 @@ class LocalPlayer final : public Being,
const int oldVal1,
const int oldVal2) override final;
+ void updateMusic();
+
protected:
void updateCoords() override final;