diff options
-rw-r--r-- | engines/scumm/scumm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/scumm.h b/engines/scumm/scumm.h index 8ffa893f33..0af8264a58 100644 --- a/engines/scumm/scumm.h +++ b/engines/scumm/scumm.h @@ -1089,6 +1089,7 @@ protected: bool _enable_gs; bool _copyProtection; + // Indy4 Amiga specific uint16 _amigaFirstUsedColor; byte _amigaPalette[3 * 64]; void mapRoomPalette(int idx); |