From ddcab8169f45055c8272648279c3dd96432ba956 Mon Sep 17 00:00:00 2001 From: Jody Northup Date: Fri, 10 Jul 2009 10:47:25 +0000 Subject: updated comment on initGraphics as I should have done before commiting r42330. svn-id: r42332 --- engines/engine.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/engine.h b/engines/engine.h index 0f5585378b..cd39c0065d 100644 --- a/engines/engine.h +++ b/engines/engine.h @@ -61,6 +61,8 @@ void initCommonGFX(bool defaultTo1XScaler); * mode. * * Defaults to 256 color paletted mode if no graphics format is provided. + * Uses the backend's preferred format if graphics format pointer is NULL. + * Finds the best compatible format if a list of graphics formats is provided. */ void initGraphics(int width, int height, bool defaultTo1xScaler); void initGraphics(int width, int height, bool defaultTo1xScaler, const Graphics::PixelFormat *format); -- cgit v1.2.3