diff options
Diffstat (limited to 'engines/cruise/background.h')
-rw-r--r-- | engines/cruise/background.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/background.h b/engines/cruise/background.h index 5635f9343a..711e89a34a 100644 --- a/engines/cruise/background.h +++ b/engines/cruise/background.h @@ -35,7 +35,7 @@ struct backgroundTableStruct { extern short int cvtPalette[0x20]; extern int CVTLoaded; -extern uint8 *backgroundPtrtable[8]; +extern uint8 *backgroundScreens[8]; extern backgroundTableStruct backgroundTable[8]; int loadBackground(const char *name, int idx); |