aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2004-08-25 02:34:17 +0000
committerTravis Howell2004-08-25 02:34:17 +0000
commit2917071bd616870f3edca551e491a70d18ed3e48 (patch)
tree35f4b5ddd63c923d72947575ee05b0c9558204d3 /scumm/intern.h
parentd3727e1c2a4ba7e262f415711ca8bb269a4e820c (diff)
downloadscummvm-rg350-2917071bd616870f3edca551e491a70d18ed3e48.tar.gz
scummvm-rg350-2917071bd616870f3edca551e491a70d18ed3e48.tar.bz2
scummvm-rg350-2917071bd616870f3edca551e491a70d18ed3e48.zip
Add back change that were reverted by last commit.
Add comment svn-id: r14736
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 9c8fa821c0..1898a18303 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -648,9 +648,9 @@ protected:
int32 type; //0
int32 dim1start; //4
int32 dim1end; //8
- int32 dim2start; //0c
+ int32 dim2start; //0C
int32 dim2end; //10
- byte data[1];
+ byte data[1]; //14
} GCC_PACK;
#if !defined(__GNUC__)