aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2003-02-16 18:29:22 +0000
committerMax Horn2003-02-16 18:29:22 +0000
commitecd84d8585f32a51981a54174ee38b182bcf0d1d (patch)
treef91a7d111982a847684594d7a9ac8686cd180095 /scumm
parent6351fe7d05c8aea35c750b6298b609e0ecae1846 (diff)
downloadscummvm-rg350-ecd84d8585f32a51981a54174ee38b182bcf0d1d.tar.gz
scummvm-rg350-ecd84d8585f32a51981a54174ee38b182bcf0d1d.tar.bz2
scummvm-rg350-ecd84d8585f32a51981a54174ee38b182bcf0d1d.zip
fixed warning
svn-id: r6613
Diffstat (limited to 'scumm')
-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);