summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-23 01:48:40 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-23 01:48:40 +0300
commit6257baccabe0f4477e7d3165e52ddf714dcff540 (patch)
tree2b14e89c60c78998ea1048ca34a21160dc7f6870 /src/being/playerinfo.h
parentb50eee3c4571c4a4657bc14c2935067d833bb801 (diff)
downloadplus-6257baccabe0f4477e7d3165e52ddf714dcff540.tar.gz
plus-6257baccabe0f4477e7d3165e52ddf714dcff540.tar.bz2
plus-6257baccabe0f4477e7d3165e52ddf714dcff540.tar.xz
plus-6257baccabe0f4477e7d3165e52ddf714dcff540.zip
Add const attribute to being classes.
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r--src/being/playerinfo.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h
index fbd8d4109..e40c2ac85 100644
--- a/src/being/playerinfo.h
+++ b/src/being/playerinfo.h
@@ -197,11 +197,6 @@ namespace PlayerInfo
int getCharId();
/**
- * Does necessary updates every tick.
- */
- void logic();
-
- /**
* Returns true if the player is involved in a trade at the moment, false
* otherwise.
*/
@@ -217,7 +212,7 @@ namespace PlayerInfo
/**
* Initializes some internals.
*/
- void init();
+ void init() A_CONST;
void deinit();