(svn r26538) -Codechange: remove double accounting of the drivers
This commit is contained in:
@@ -411,7 +411,7 @@ bool VideoDriver_SDL::CreateMainSurface(uint w, uint h)
|
||||
break;
|
||||
|
||||
case Blitter::PALETTE_ANIMATION_BLITTER:
|
||||
if (_video_driver != NULL) blitter->PaletteAnimate(_local_palette);
|
||||
if (VideoDriver::GetInstance() != NULL) blitter->PaletteAnimate(_local_palette);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user