diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inventory.h b/src/inventory.h index 1e2d8a2bc..cee9765eb 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -88,6 +88,8 @@ class Inventory */ Item *findItem(int itemId) const; + Item *findItem(int itemId, unsigned char color) const; + /** * Adds a new item in a free slot. */ |