summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.h
diff options
context:
space:
mode:
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();