diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-23 02:30:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-23 02:30:20 +0300 |
commit | 648c85816ca9398dd9c672d5d4230bef030e0274 (patch) | |
tree | 1d897dff70e183cb8c31f558426921be8dcf6ce7 /src/being/localplayer.h | |
parent | 6336dabcb33ca6b4d417b352fa0b12651b6f4c57 (diff) | |
download | plus-648c85816ca9398dd9c672d5d4230bef030e0274.tar.gz plus-648c85816ca9398dd9c672d5d4230bef030e0274.tar.bz2 plus-648c85816ca9398dd9c672d5d4230bef030e0274.tar.xz plus-648c85816ca9398dd9c672d5d4230bef030e0274.zip |
move "change camera mode" option into gamemodifiers.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 3aabda22d..96e6efb88 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -387,8 +387,6 @@ class LocalPlayer final : public Being, void setTestParticle(const std::string &fileName, const bool updateHash = true); - static std::string getCameraModeString(); - int getLastAttackX() const override final { return mTarget ? mTarget->getTileX() : mLastAttackX; } |