From 6257baccabe0f4477e7d3165e52ddf714dcff540 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Dec 2015 01:48:40 +0300 Subject: Add const attribute to being classes. --- src/being/playerinfo.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/being/playerinfo.h') 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 @@ -196,11 +196,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(); -- cgit v1.2.3-60-g2f50