aboutsummaryrefslogtreecommitdiff
path: root/scumm/boxes.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/boxes.h')
-rw-r--r--scumm/boxes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/boxes.h b/scumm/boxes.h
index c4f23af448..ea95046fde 100644
--- a/scumm/boxes.h
+++ b/scumm/boxes.h
@@ -35,6 +35,7 @@ namespace Scumm {
typedef enum {
kBoxXFlip = 0x08,
kBoxYFlip = 0x10,
+ kBoxIgnoreScale = 0x20,
kBoxPlayerOnly = 0x20,
kBoxLocked = 0x40,
kBoxInvisible = 0x80