diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-04 22:08:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-04 22:08:04 +0300 |
commit | a865b10749df829ef46a14e244bc88ac52bc10b4 (patch) | |
tree | 244f283ab8ba6cfcc9683eafe51be7a9d7bbabbe /src/inventory.h | |
parent | 9b3e13d4246930f0aa4dfb86e735466032d283dd (diff) | |
download | plus-a865b10749df829ef46a14e244bc88ac52bc10b4.tar.gz plus-a865b10749df829ef46a14e244bc88ac52bc10b4.tar.bz2 plus-a865b10749df829ef46a14e244bc88ac52bc10b4.tar.xz plus-a865b10749df829ef46a14e244bc88ac52bc10b4.zip |
Add colors support for drops panel.
Delete search item function without colors support.
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/inventory.h b/src/inventory.h index cee9765eb..ffc2897ca 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -84,10 +84,9 @@ class Inventory * Searches for the specified item by it's id. * * @param itemId The id of the item to be searched. + * @param color The color of the item to be searched. * @return Item found on success, NULL on failure. */ - Item *findItem(int itemId) const; - Item *findItem(int itemId, unsigned char color) const; /** |