diff options
Diffstat (limited to 'engines/cine/pal.h')
-rw-r--r-- | engines/cine/pal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/pal.h b/engines/cine/pal.h index e5b318b24d..58d23e5bf0 100644 --- a/engines/cine/pal.h +++ b/engines/cine/pal.h @@ -159,7 +159,7 @@ public: /** The original color format in which this palette was loaded. */ const Graphics::PixelFormat &colorFormat() const; - /** Sets current palette to global OSystem's palette using g_system->setPalette. */ + /** Sets current palette to global OSystem's palette using g_system->getPaletteManager()->setPalette. */ void setGlobalOSystemPalette() const; /** Get the color at the given palette index. */ |