From 53eb83dc95b825b2bf4f5f3943e8f10d9add3aa6 Mon Sep 17 00:00:00 2001 From: Jody Northup Date: Thu, 25 Jun 2009 08:55:16 +0000 Subject: API modification -- replaced "Graphics::PixelFormat getBestFormat()" with "Common::List getSupportedFormats()" svn-id: r41854 --- engines/groovie/groovie.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/groovie') diff --git a/engines/groovie/groovie.cpp b/engines/groovie/groovie.cpp index c1826e12ce..5b1a139dbe 100644 --- a/engines/groovie/groovie.cpp +++ b/engines/groovie/groovie.cpp @@ -73,7 +73,7 @@ Common::Error GroovieEngine::run() { switch (_gameDescription->version) { case kGroovieV2: #ifdef ENABLE_RGB_COLOR - _pixelFormat = _system->getBestFormat(); + _pixelFormat = _system->getSupportedFormats().front(); initGraphics(640, 480, true, _pixelFormat); break; #endif -- cgit v1.2.3