SCI: _propertyOffsetsSci3 and classpos should be 32-bit integers
These are needed for future handling of large SCI3 script files
This commit is contained in:
parent
e1ae110860
commit
9aaefbd536
3 changed files with 7 additions and 6 deletions
|
@ -546,7 +546,7 @@ void Script::initializeClasses(SegManager *segMan) {
|
|||
|
||||
uint16 marker;
|
||||
bool isClass = false;
|
||||
uint16 classpos;
|
||||
uint32 classpos;
|
||||
int16 species = 0;
|
||||
|
||||
while (true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue