diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-08 20:42:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-08 20:42:40 +0300 |
commit | 1fcd75140b847a0e50584fc07fc47d90c9dd9fa8 (patch) | |
tree | 5c1b23c7eabc7d421f46d40ab0bf787ef7dac49b /src/resources | |
parent | 53bc0b25c23f8f24d4119ae6fb5ba6ca0a91be19 (diff) | |
download | plus-1fcd75140b847a0e50584fc07fc47d90c9dd9fa8.tar.gz plus-1fcd75140b847a0e50584fc07fc47d90c9dd9fa8.tar.bz2 plus-1fcd75140b847a0e50584fc07fc47d90c9dd9fa8.tar.xz plus-1fcd75140b847a0e50584fc07fc47d90c9dd9fa8.zip |
Add small optimisations and fixes.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/itemdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/itemdb.h b/src/resources/itemdb.h index dedaa9ad1..267f60eef 100644 --- a/src/resources/itemdb.h +++ b/src/resources/itemdb.h @@ -65,6 +65,7 @@ namespace ItemDB const std::map<int, ItemInfo*> &getItemInfos(); int getTagId(std::string tagName); + struct Stat { Stat(const std::string &tag, |