From 0c509866a37ab47ff0e48d357ca55e31658c37c2 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 16 Sep 2010 14:12:27 +0000 Subject: map info support, initial trade window --- src/core/entity.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/entity.h') diff --git a/src/core/entity.h b/src/core/entity.h index 5ddce3a..6a7fa7e 100644 --- a/src/core/entity.h +++ b/src/core/entity.h @@ -162,12 +162,12 @@ public: } ///entity inventory - inline Inventory *inventory() { + inline Inventory *inventory() const { return entity_inventory; } /// entity info - inline const Info *info() const { + inline Info *info() const { return entity_info; } -- cgit v1.2.3