fix compilation by removing what was presumably a typo

svn-id: r14697
This commit is contained in:
Jonathan Gray 2004-08-23 05:56:29 +00:00
parent a3d531a9fd
commit e46c81ad74

View File

@ -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 {