aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/dispman.h
diff options
context:
space:
mode:
authorFilippos Karapetis2015-12-23 22:04:03 +0200
committerWillem Jan Palenstijn2015-12-23 21:43:17 +0100
commitc66d5eca3a9d8ed7254d07435b74acf7ebf7d2d1 (patch)
treeaa949ce746e23cf09c7e74daa974fd36ebf214ef /engines/lab/dispman.h
parent07aec19a06a07ee1ef66d500644a3d778d592b51 (diff)
downloadscummvm-rg350-c66d5eca3a9d8ed7254d07435b74acf7ebf7d2d1.tar.gz
scummvm-rg350-c66d5eca3a9d8ed7254d07435b74acf7ebf7d2d1.tar.bz2
scummvm-rg350-c66d5eca3a9d8ed7254d07435b74acf7ebf7d2d1.zip
LAB: setAmigaPal() is always using 16 colors
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.