mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Prefer high-quality bik's to smk's
This commit is contained in:
@@ -113,11 +113,8 @@ EResType EResTypeHelper::getTypeFromExtension(std::string extension)
|
||||
{".MP3", EResType::SOUND},
|
||||
{".OGG", EResType::SOUND},
|
||||
{".FLAC", EResType::SOUND},
|
||||
{".SMK", EResType::VIDEO},
|
||||
{".SMK", EResType::VIDEO_LOW_QUALITY},
|
||||
{".BIK", EResType::VIDEO},
|
||||
{".MJPG", EResType::VIDEO},
|
||||
{".MPG", EResType::VIDEO},
|
||||
{".AVI", EResType::VIDEO},
|
||||
{".WEBM", EResType::VIDEO},
|
||||
{".ZIP", EResType::ARCHIVE_ZIP},
|
||||
{".LOD", EResType::ARCHIVE_LOD},
|
||||
|
||||
Reference in New Issue
Block a user