From 2a11fd111231a7e40c560e0240578a2b4a2126c2 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 1 Apr 2009 11:09:41 -0600 Subject: Make eAthena's inventory handler Also cleanup some related #ifdefs in LocalPlayer. --- src/gui/storagewindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/storagewindow.h') diff --git a/src/gui/storagewindow.h b/src/gui/storagewindow.h index de0937b5..a4db14bf 100644 --- a/src/gui/storagewindow.h +++ b/src/gui/storagewindow.h @@ -73,12 +73,12 @@ class StorageWindow : public Window, gcn::ActionListener, /** * Add the specified ammount of the specified item to storage */ - void addStore(Item* item, int ammount); + void addStore(Item* item, int amount); /** * Remove the specified ammount of the specified item from storage */ - void removeStore(Item* item, int ammount); + void removeStore(Item* item, int amount); /** * Closes the Storage Window, as well as telling the server that the -- cgit v1.2.3-70-g09d2