CustomTexture: also support the legacy format

This commit is contained in:
degasus 2015-01-14 21:53:05 +01:00
commit f9ced4eb13
2 changed files with 84 additions and 54 deletions

View file

@ -39,8 +39,6 @@ public:
};
std::vector<Level> m_levels;
static std::unordered_map<std::string, std::string> textureMap;
private:
HiresTexture() {}