aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/background.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/background.h')
-rw-r--r--engines/cruise/background.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cruise/background.h b/engines/cruise/background.h
index 711e89a34a..6f9b89d3f0 100644
--- a/engines/cruise/background.h
+++ b/engines/cruise/background.h
@@ -36,6 +36,7 @@ struct backgroundTableStruct {
extern short int cvtPalette[0x20];
extern int CVTLoaded;
extern uint8 *backgroundScreens[8];
+extern bool backgroundChanged[8];
extern backgroundTableStruct backgroundTable[8];
int loadBackground(const char *name, int idx);