mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
SDL: Slight formatting fix.
svn-id: r54583
This commit is contained in:
parent
c5e28f69b7
commit
f199761756
@ -201,11 +201,11 @@ SdlGraphicsManager::~SdlGraphicsManager() {
|
||||
g_system->getEventManager()->getEventDispatcher()->unregisterObserver(this);
|
||||
|
||||
unloadGFXMode();
|
||||
if (_mouseSurface)
|
||||
SDL_FreeSurface(_mouseSurface);
|
||||
if (_mouseSurface)
|
||||
SDL_FreeSurface(_mouseSurface);
|
||||
_mouseSurface = 0;
|
||||
if (_mouseOrigSurface)
|
||||
SDL_FreeSurface(_mouseOrigSurface);
|
||||
if (_mouseOrigSurface)
|
||||
SDL_FreeSurface(_mouseOrigSurface);
|
||||
_mouseOrigSurface = 0;
|
||||
g_system->deleteMutex(_graphicsMutex);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user