diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-05 19:17:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-05 19:17:59 +0300 |
commit | 1a9f3cc7de6e7e304290d2979eefbf9b0239a968 (patch) | |
tree | a583bdcac59f4dcf882d435c58928344c0b9c352 /src/being/being.h | |
parent | b19a1c6d50c2c0f4233972f20c9354efca5ccb66 (diff) | |
download | plus-1a9f3cc7de6e7e304290d2979eefbf9b0239a968.tar.gz plus-1a9f3cc7de6e7e304290d2979eefbf9b0239a968.tar.bz2 plus-1a9f3cc7de6e7e304290d2979eefbf9b0239a968.tar.xz plus-1a9f3cc7de6e7e304290d2979eefbf9b0239a968.zip |
Replace most getters callc getTileX/getTileY to direct variables usage.
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.h b/src/being/being.h index ce1b27ebd..efac91bd4 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -1062,7 +1062,7 @@ class Being notfinal : public ActorSprite, bool mShowName; bool mIsGM; - private: + protected: /** * Calculates the offset in the given directions. * If walking in direction 'neg' the value is negated. |