From 36d28236321b6a2824ad4f394faeabbf79626808 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Tue, 31 Jul 2007 21:29:00 +0000 Subject: Removed legacy inventory code. Added display of equipment. --- src/inventory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/inventory.h') diff --git a/src/inventory.h b/src/inventory.h index 32ae393e..ce537f34 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -49,12 +49,12 @@ class Inventory /** * Adds a new item in a free slot. */ - void addItem(int id, int quantity, bool equipment); + void addItem(int id, int quantity); /** * Adds a new item at a given position. */ - void addItem(int index, int id, int quantity, bool equipment); + void addItem(int index, int id, int quantity); /** * Remove a item from the inventory. -- cgit v1.2.3-70-g09d2