diff options
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r-- | src/gui/itempopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h index 70664e022..66d7e91a2 100644 --- a/src/gui/itempopup.h +++ b/src/gui/itempopup.h @@ -53,7 +53,7 @@ class ItemPopup : public Popup * Sets the info to be displayed given a particular item. */ void setItem(const ItemInfo &item, unsigned char color, - bool showImage = false); + bool showImage = false, int id = -1); void setItem(const Item *item, bool showImage = false); |