Turn Wiz struct into class as requested.

svn-id: r18224
This commit is contained in:
Eugene Sandulenko 2005-05-23 02:00:49 +00:00
parent f7e418d638
commit b9e8e40805
11 changed files with 73 additions and 58 deletions

View file

@ -1052,7 +1052,7 @@ void ScummEngine_v70he::saveOrLoad(Serializer *s, uint32 savegameVersion) {
};
if (_heversion >= 71) {
s->saveLoadArrayOf(_wiz._polygons, ARRAYSIZE(_wiz._polygons), sizeof(_wiz._polygons[0]), polygonEntries);
s->saveLoadArrayOf(_wiz->_polygons, ARRAYSIZE(_wiz->_polygons), sizeof(_wiz->_polygons[0]), polygonEntries);
}
s->saveLoadEntries(this, HE70Entries);