fix compilation by removing what was presumably a typo
svn-id: r14697
This commit is contained in:
parent
a3d531a9fd
commit
e46c81ad74
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ void ScummEngine_v7he::o7_unknownFA() {
|
|||
int len, a = fetchScriptByte();
|
||||
|
||||
if (_heversion <= 71) {
|
||||
int len = resStrLen(_scriptPointer);
|
||||
len = resStrLen(_scriptPointer);
|
||||
warning("stub o7_unknownFA(%d, \"%s\")", a, _scriptPointer);
|
||||
_scriptPointer += len + 1;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue