summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-07 19:07:15 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-07 21:56:29 +0300
commit21277ad5c877d90680b757b058a3759e8f8b5559 (patch)
tree71089c982d94f592b27ed690a5d52e013803ae17 /src/localplayer.h
parentae1ba709d91bd59d05da7b3e434658ec652f2355 (diff)
downloadplus-21277ad5c877d90680b757b058a3759e8f8b5559.tar.gz
plus-21277ad5c877d90680b757b058a3759e8f8b5559.tar.bz2
plus-21277ad5c877d90680b757b058a3759e8f8b5559.tar.xz
plus-21277ad5c877d90680b757b058a3759e8f8b5559.zip
Add auto adjust perfomance ability.
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index df2a61b03..ebc347ce0 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -331,9 +331,15 @@ class LocalPlayer : public Being, public ActorSpriteListener,
void setAway(const std::string &message);
+ bool getAway()
+ { return mAwayMode; }
+
void setHalfAway(bool n)
{ mInactive = n; }
+ bool getHalfAway()
+ { return mInactive; }
+
void afkRespond(ChatTab *tab, const std::string &nick);
bool navigateTo(int x, int y);