SDL: Slight formatting fix.

svn-id: r54583
This commit is contained in:
Johannes Schickel 2010-11-29 18:33:46 +00:00
parent c5e28f69b7
commit f199761756

View File

@ -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);