aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/dispman.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/dispman.h')
-rw-r--r--engines/lab/dispman.h4
1 files changed, 2 insertions, 2 deletions
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.