diff options
author | sluicebox | 2019-11-07 20:37:25 -0800 |
---|---|---|
committer | Eugene Sandulenko | 2019-11-08 09:19:07 +0100 |
commit | f74f8e3c531c9020e6646c0aa4fabf76e69070f5 (patch) | |
tree | b48512a3bbdb06e6a6397d0039c93eef34579c01 /backends/platform | |
parent | 0118120766e1bcef27fbf18ef85f2d29c6e720da (diff) | |
download | scummvm-rg350-f74f8e3c531c9020e6646c0aa4fabf76e69070f5.tar.gz scummvm-rg350-f74f8e3c531c9020e6646c0aa4fabf76e69070f5.tar.bz2 scummvm-rg350-f74f8e3c531c9020e6646c0aa4fabf76e69070f5.zip |
WIN32: Exit when WinSparkle runs installer
Trac #10368
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/sdl/win32/win32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp index 5f35d46d39..e7dc2af019 100644 --- a/backends/platform/sdl/win32/win32.cpp +++ b/backends/platform/sdl/win32/win32.cpp @@ -117,7 +117,7 @@ void OSystem_Win32::initBackend() { #if defined(USE_SPARKLE) // Initialize updates manager - _updateManager = new Win32UpdateManager(); + _updateManager = new Win32UpdateManager((SdlWindow_Win32*)_window); #endif // Initialize text to speech |