summaryrefslogtreecommitdiff
path: root/src/resources/iteminfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/iteminfo.h')
-rw-r--r--src/resources/iteminfo.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h
index 25a30407a..fe07d016a 100644
--- a/src/resources/iteminfo.h
+++ b/src/resources/iteminfo.h
@@ -207,6 +207,12 @@ class ItemInfo
void setDrawPriority(int n)
{ mDrawPriority = n; }
+ int getRemoveSprite() const
+ { return mRemoveSprite; }
+
+ void setRemoveSprite(int n)
+ { mRemoveSprite = n; }
+
std::map<int, int> getTags() const
{ return mTags; }
@@ -226,6 +232,7 @@ class ItemInfo
int mDrawBefore;
int mDrawAfter;
int mDrawPriority;
+ int mRemoveSprite;
// Equipment related members.
/** Attack type, in case of weapon.