1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Merge pull request #544 from vcmi/enable-gif-format

Enabled GIF format for images.
This commit is contained in:
Alexander Shishkin
2019-02-09 04:47:09 +03:00
committed by GitHub

View File

@@ -130,6 +130,7 @@ EResType::Type EResTypeHelper::getTypeFromExtension(std::string extension)
{".FNT", EResType::BMP_FONT}, {".FNT", EResType::BMP_FONT},
{".TTF", EResType::TTF_FONT}, {".TTF", EResType::TTF_FONT},
{".BMP", EResType::IMAGE}, {".BMP", EResType::IMAGE},
{".GIF", EResType::IMAGE},
{".JPG", EResType::IMAGE}, {".JPG", EResType::IMAGE},
{".PCX", EResType::IMAGE}, {".PCX", EResType::IMAGE},
{".PNG", EResType::IMAGE}, {".PNG", EResType::IMAGE},