aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
diff options
context:
space:
mode:
authorJohannes Schickel2010-11-29 18:33:46 +0000
committerJohannes Schickel2010-11-29 18:33:46 +0000
commitf1997617561b2a16638ef5ac76c87dc2e393ef0c (patch)
tree9fa7222947310d5fd4608ed7cb2a85d1e5e68c79 /backends/graphics
parentc5e28f69b7ef944bc2724237aa8dc318c6830667 (diff)
downloadscummvm-rg350-f1997617561b2a16638ef5ac76c87dc2e393ef0c.tar.gz
scummvm-rg350-f1997617561b2a16638ef5ac76c87dc2e393ef0c.tar.bz2
scummvm-rg350-f1997617561b2a16638ef5ac76c87dc2e393ef0c.zip
SDL: Slight formatting fix.
svn-id: r54583
Diffstat (limited to 'backends/graphics')
-rw-r--r--backends/graphics/sdl/sdl-graphics.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/backends/graphics/sdl/sdl-graphics.cpp b/backends/graphics/sdl/sdl-graphics.cpp
index e897edea06..480cf2e795 100644
--- a/backends/graphics/sdl/sdl-graphics.cpp
+++ b/backends/graphics/sdl/sdl-graphics.cpp
@@ -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);