From 2cc721760ff29c78bea6373ed8628b1bc3aedc6b Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 20 Jun 2011 16:11:55 +0200 Subject: WIN32: Properly setup priority in Win32 resource archive code. --- backends/platform/sdl/win32/win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform') diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp index 5b14be4417..432f7077ae 100644 --- a/backends/platform/sdl/win32/win32.cpp +++ b/backends/platform/sdl/win32/win32.cpp @@ -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); } -- cgit v1.2.3