diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-19 23:22:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-19 23:22:41 +0300 |
commit | 50658d0b86e7fcd0ea92449310b1dbcc75237267 (patch) | |
tree | 888e3c812b869995d13bd33cc0591d94ccade2e9 /src/being.h | |
parent | ce234e915f6ee5557e6cc00b6aa9fd9b3bdbc152 (diff) | |
download | plus-50658d0b86e7fcd0ea92449310b1dbcc75237267.tar.gz plus-50658d0b86e7fcd0ea92449310b1dbcc75237267.tar.bz2 plus-50658d0b86e7fcd0ea92449310b1dbcc75237267.tar.xz plus-50658d0b86e7fcd0ea92449310b1dbcc75237267.zip |
Block moving in storage is open.
Move some code from being to playerinfo.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/being.h b/src/being.h index 1d9e1691d..725163d9c 100644 --- a/src/being.h +++ b/src/being.h @@ -632,8 +632,6 @@ class Being : public ActorSprite, public ConfigListener void talkTo(); - static bool isTalking(); - bool draw(Graphics *graphics, int offsetX, int offsetY) const; bool drawSpriteAt(Graphics *graphics, int x, int y) const; |