diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 3aec03223db..b3ab94add28 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -2906,7 +2906,7 @@ void Scumm_v6::o6_stopTalking() { } void Scumm_v6::o6_openFile() { - int a, b, len; + int a, len; a = pop(); len = resStrLen(_scriptPointer); warning("stub o6_openFile(\"%s\", %d)", _scriptPointer, a);