diff options
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index dd0e516ad..8b396e1d5 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -254,7 +254,7 @@ void Inventory::distributeSlotsChangedEvent() } const Item *Inventory::findItemBySprite(std::string spritePath, - const Gender::Type gender, + const GenderT gender, const BeingTypeId race) const { spritePath = removeSpriteIndex(spritePath); |