From ecd84d8585f32a51981a54174ee38b182bcf0d1d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 16 Feb 2003 18:29:22 +0000 Subject: fixed warning svn-id: r6613 --- scumm/script_v6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 3aec03223d..b3ab94add2 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); -- cgit v1.2.3