aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
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);