aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
authorSven Hesse2009-06-22 10:15:52 +0000
committerSven Hesse2009-06-22 10:15:52 +0000
commitb6a26911a3a65e47a56e97d5e43c3ec0ae3f825c (patch)
tree691807c0375aaa9361d3920a8c6840c966c27729 /engines/gob/game.h
parent82568c66b1a5408050dbc2e2b659a0a92aa35ef2 (diff)
downloadscummvm-rg350-b6a26911a3a65e47a56e97d5e43c3ec0ae3f825c.tar.gz
scummvm-rg350-b6a26911a3a65e47a56e97d5e43c3ec0ae3f825c.tar.bz2
scummvm-rg350-b6a26911a3a65e47a56e97d5e43c3ec0ae3f825c.zip
Giving CollisionArea a full-blown Script pointer instead the data pointer
svn-id: r41757
Diffstat (limited to 'engines/gob/game.h')
-rw-r--r--engines/gob/game.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/gob/game.h b/engines/gob/game.h
index 26881c2253..44aca51fd1 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -48,8 +48,7 @@ public:
uint16 funcEnter;
uint16 funcLeave;
uint16 funcSub;
- byte *totFileData;
- uint32 totSize;
+ Script *script;
} PACKED_STRUCT;
#define szGame_TotTextItem (2 + 2)