mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Enabled GIF format for images (not GIF-animations) as requested by user.
This commit is contained in:
@@ -130,6 +130,7 @@ EResType::Type EResTypeHelper::getTypeFromExtension(std::string extension)
|
||||
{".FNT", EResType::BMP_FONT},
|
||||
{".TTF", EResType::TTF_FONT},
|
||||
{".BMP", EResType::IMAGE},
|
||||
{".GIF", EResType::IMAGE},
|
||||
{".JPG", EResType::IMAGE},
|
||||
{".PCX", EResType::IMAGE},
|
||||
{".PNG", EResType::IMAGE},
|
||||
|
Reference in New Issue
Block a user