aboutsummaryrefslogtreecommitdiff
path: root/scumm/boxes.h
diff options
context:
space:
mode:
authorMax Horn2003-11-01 01:17:15 +0000
committerMax Horn2003-11-01 01:17:15 +0000
commit9f33b3abbeb211182e92cebb13c8c6d1175468e9 (patch)
tree2f1a839887d1f0bf356953bec315e92d5581c028 /scumm/boxes.h
parent4952fb11ac21b25ef2c2e6d8b829ad8d5eed0615 (diff)
downloadscummvm-rg350-9f33b3abbeb211182e92cebb13c8c6d1175468e9.tar.gz
scummvm-rg350-9f33b3abbeb211182e92cebb13c8c6d1175468e9.tar.bz2
scummvm-rg350-9f33b3abbeb211182e92cebb13c8c6d1175468e9.zip
possible fix for bug #833854 - I rechecked the assembly, there actually is a check for box flag 0x20 in there. However, that flag has a differeing meaning in older engine versions, so I put a version check in and updated the comments. Please test.
svn-id: r11019
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