diff options
-rw-r--r-- | scumm/script_v7he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index f1f8672ad4..f2aea2fa27 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -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 { |