diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-02 19:55:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-02 19:55:05 +0300 |
commit | f1f04f512d284d12bf2c59e212800d7c24de323e (patch) | |
tree | 3bd062864af609ddd5410f47f528e6b3868cdeb8 /src/being/localplayer.h | |
parent | eda234f5e156d376541044b351fd2e1e766700a3 (diff) | |
download | plus-f1f04f512d284d12bf2c59e212800d7c24de323e.tar.gz plus-f1f04f512d284d12bf2c59e212800d7c24de323e.tar.bz2 plus-f1f04f512d284d12bf2c59e212800d7c24de323e.tar.xz plus-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.h | 2 |
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; |