aboutsummaryrefslogtreecommitdiff
path: root/scumm/boxes.h
diff options
context:
space:
mode:
authorMax Horn2003-05-09 21:46:34 +0000
committerMax Horn2003-05-09 21:46:34 +0000
commit3a9d8cd8f48b7392614ff91d3e90932f86f1e2b4 (patch)
treef3f906cae9175517e22a04e72771cf0b7f67315d /scumm/boxes.h
parent3ae28b3f5b8e0fdc304413841e5e812452baebb3 (diff)
downloadscummvm-rg350-3a9d8cd8f48b7392614ff91d3e90932f86f1e2b4.tar.gz
scummvm-rg350-3a9d8cd8f48b7392614ff91d3e90932f86f1e2b4.tar.bz2
scummvm-rg350-3a9d8cd8f48b7392614ff91d3e90932f86f1e2b4.zip
implemented v2 walkboxes (at least the debugger output looks right now, though I might have overlooked something)
svn-id: r7406
Diffstat (limited to 'scumm/boxes.h')
-rw-r--r--scumm/boxes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/boxes.h b/scumm/boxes.h
index 75c99f74a5..98c7751ebc 100644
--- a/scumm/boxes.h
+++ b/scumm/boxes.h
@@ -23,7 +23,10 @@
#ifndef BOXES_H
#define BOXES_H
+#define SIZEOF_BOX_V2 8
+#define SIZEOF_BOX_V3 18
#define SIZEOF_BOX 20
+#define SIZEOF_BOX_V8 52
typedef enum {
kBoxXFlip = 0x08,