From 0a7725600eecd8491f3c814110bb434824e71252 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 Mar 2012 23:59:10 +0300 Subject: Use per race equipment sprites. Example: ... --- src/inventory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/inventory.h') diff --git a/src/inventory.h b/src/inventory.h index d210c65e2..85756b66f 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -149,7 +149,8 @@ class Inventory bool isMainInventory() const { return mType == INVENTORY; } - Item *findItemBySprite(std::string spritePath, Gender gender); + Item *findItemBySprite(std::string spritePath, + Gender gender, int race); std::string getName(); -- cgit v1.2.3-60-g2f50