(FormatCatalog): images are prioritized over archives in format lookups.

This commit is contained in:
morkt 2015-08-05 11:53:05 +04:00
parent 9a27fe31a1
commit 036c19fabe

View File

@ -305,8 +305,8 @@ namespace GameRes
//Fill the imports of this object //Fill the imports of this object
container.ComposeParts (this); container.ComposeParts (this);
AddResourceImpl (m_arc_formats);
AddResourceImpl (m_image_formats); AddResourceImpl (m_image_formats);
AddResourceImpl (m_arc_formats);
AddResourceImpl (m_audio_formats); AddResourceImpl (m_audio_formats);
AddResourceImpl (m_script_formats); AddResourceImpl (m_script_formats);
} }