mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
fix compilation by removing what was presumably a typo
svn-id: r14697
This commit is contained in:
parent
a3d531a9fd
commit
e46c81ad74
@ -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…
x
Reference in New Issue
Block a user