aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/palette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/palette.cpp')
-rw-r--r--engines/lure/palette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/palette.cpp b/engines/lure/palette.cpp
index 653e2ce491..64bc38da76 100644
--- a/engines/lure/palette.cpp
+++ b/engines/lure/palette.cpp
@@ -41,7 +41,7 @@ Palette::Palette() {
// Consructor
// Sets up a palette with the given number of entries and a copy of the passed data
-Palette::Palette(uint8 srcNumEntries, const byte *srcData, PaletteSource paletteSource) {
+Palette::Palette(uint16 srcNumEntries, const byte *srcData, PaletteSource paletteSource) {
_numEntries = srcNumEntries;
_palette = Memory::allocate(_numEntries * 4);