Remove some extern data declarations that didn't exist anymore (and weren't used)

This commit is contained in:
2019-11-24 13:08:27 -05:00
parent 5ea29710f0
commit 060be4dd42

View File

@@ -40,10 +40,6 @@ extern sf::Texture pc_gworld;
extern sf::RenderTexture map_gworld;
extern cUniverse univ;
extern const std::multiset<eItemType> equippable;
extern const std::multiset<eItemType> num_hands_to_use;
extern std::map<const eItemType, const short> excluding_types;
short selected;
bool GTP(short item_num) {