summaryrefslogtreecommitdiff
path: root/src/resources/itemtypemap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-03 18:00:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-03 18:00:02 +0300
commit87dc57caff1b01f4abe2cc14bfc56f5bc130fbb6 (patch)
tree926e4cf6c72f2b9f7ada2a715ca79adc88a53157 /src/resources/itemtypemap.h
parent3a9f3469e65e1c45a8cdf9c6ae21e73c90b87d22 (diff)
downloadplus-87dc57caff1b01f4abe2cc14bfc56f5bc130fbb6.tar.gz
plus-87dc57caff1b01f4abe2cc14bfc56f5bc130fbb6.tar.bz2
plus-87dc57caff1b01f4abe2cc14bfc56f5bc130fbb6.tar.xz
plus-87dc57caff1b01f4abe2cc14bfc56f5bc130fbb6.zip
Add item attribute useButton2 and use it in inventory.
Diffstat (limited to 'src/resources/itemtypemap.h')
-rw-r--r--src/resources/itemtypemap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/itemtypemap.h b/src/resources/itemtypemap.h
index 08ec73ca0..789d9211b 100644
--- a/src/resources/itemtypemap.h
+++ b/src/resources/itemtypemap.h
@@ -30,6 +30,7 @@ struct ItemTypeMap final
std::string name;
ItemType::Type type;
std::string useButton;
+ std::string useButton2;
};
#endif // RESOURCES_ITEMTYPEMAP_H