aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index b24ebaf6be..bfc801a034 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -895,7 +895,7 @@ protected:
public:
byte *_bompScallingXPtr, *_bompScallingYPtr;
byte *_bompMaskPtr;
- byte *_bompActorPalletePtr;
+ byte *_bompActorPalettePtr;
void drawBomp(BompDrawData *bd, int decode_mode, int mask);
protected: