From 6eb86a3d23953856eeac3a4e7c4f52143e24f880 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Wed, 1 Aug 2007 07:23:58 +0000 Subject: Fixed update of equipment flag, so that items can be equipped properly. --- src/item.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/item.h') diff --git a/src/item.h b/src/item.h index 2a60bf3a..00a8a043 100644 --- a/src/item.h +++ b/src/item.h @@ -40,8 +40,7 @@ class Item /** * Sets the item id, identifying the item type. */ - void - setId(int id) { mId = id; } + void setId(int id); /** * Returns the item id. -- cgit v1.2.3-70-g09d2