mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 08:40:59 +00:00
WIN32: Properly setup priority in Win32 resource archive code.
This commit is contained in:
parent
5674dda4cc
commit
2cc721760f
@ -300,7 +300,7 @@ Common::SeekableReadStream *Win32ResourceArchive::createReadStreamForMember(cons
|
||||
} // End of anonymous namespace
|
||||
|
||||
void OSystem_Win32::addSysArchivesToSearchSet(Common::SearchSet &s, int priority) {
|
||||
s.add("Win32Res", new Win32ResourceArchive());
|
||||
s.add("Win32Res", new Win32ResourceArchive(), priority);
|
||||
|
||||
OSystem_SDL::addSysArchivesToSearchSet(s, priority);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user