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); g_system->getEventManager()->getEventDispatcher()->unregisterObserver(this);
unloadGFXMode(); unloadGFXMode();
if (_mouseSurface) if (_mouseSurface)
SDL_FreeSurface(_mouseSurface); SDL_FreeSurface(_mouseSurface);
_mouseSurface = 0; _mouseSurface = 0;
if (_mouseOrigSurface) if (_mouseOrigSurface)
SDL_FreeSurface(_mouseOrigSurface); SDL_FreeSurface(_mouseOrigSurface);
_mouseOrigSurface = 0; _mouseOrigSurface = 0;
g_system->deleteMutex(_graphicsMutex); g_system->deleteMutex(_graphicsMutex);