From c66d5eca3a9d8ed7254d07435b74acf7ebf7d2d1 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 23 Dec 2015 22:04:03 +0200 Subject: LAB: setAmigaPal() is always using 16 colors --- engines/lab/dispman.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/lab/dispman.h') diff --git a/engines/lab/dispman.h b/engines/lab/dispman.h index 99a4f45bb0..cbb80ac4cc 100644 --- a/engines/lab/dispman.h +++ b/engines/lab/dispman.h @@ -213,10 +213,10 @@ public: void createScreen(bool hiRes); /** - * Converts an Amiga palette (up to 16 colors) to a VGA palette, then sets + * Converts a 16-color Amiga palette to a VGA palette, then sets * the VGA palette. */ - void setAmigaPal(uint16 *pal, uint16 numColors); + void setAmigaPal(uint16 *pal); /** * Writes any number of the 256 color registers. -- cgit v1.2.3