Oops
svn-id: r14708
This commit is contained in:
parent
bb5cae10b4
commit
85addeb67b
1 changed files with 3 additions and 1 deletions
|
@ -499,9 +499,11 @@ void ScummEngine_v7he::o7_readINI() {
|
|||
if (_heversion <= 71) {
|
||||
len = resStrLen(_scriptPointer);
|
||||
_scriptPointer += len + 1;
|
||||
type = pop();
|
||||
} else {
|
||||
type = fetchScriptByte();
|
||||
}
|
||||
|
||||
type = fetchScriptByte();
|
||||
|
||||
switch (type) {
|
||||
case 1: // number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue