aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/zone.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-03-12 19:58:10 +0000
committerNicola Mettifogo2007-03-12 19:58:10 +0000
commitafc35317f743aa3e092a21619278afa99062fe3d (patch)
treef2da77991b244b0b12a63b06f0c84c41fbe460b4 /engines/parallaction/zone.h
parent4c82e3ac239d946db9eac80a2736f88094062d35 (diff)
downloadscummvm-rg350-afc35317f743aa3e092a21619278afa99062fe3d.tar.gz
scummvm-rg350-afc35317f743aa3e092a21619278afa99062fe3d.tar.bz2
scummvm-rg350-afc35317f743aa3e092a21619278afa99062fe3d.zip
The only uses for StaticCnv::_data2 were by Get and Door zones, so a new field has been added to those structure and _data2 has been deleted. Some graphic routines has been renamed to better reflect this change, too.
svn-id: r26107
Diffstat (limited to 'engines/parallaction/zone.h')
-rw-r--r--engines/parallaction/zone.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/zone.h b/engines/parallaction/zone.h
index a3bb372b81..c7158e1821 100644
--- a/engines/parallaction/zone.h
+++ b/engines/parallaction/zone.h
@@ -78,6 +78,7 @@ struct Question {
struct GetData { // size = 24
uint32 _icon;
StaticCnv _cnv;
+ byte *_backup;
uint16 field_14; // unused
uint16 field_16; // unused
};