fixed warning

svn-id: r6613
This commit is contained in:
Max Horn 2003-02-16 18:29:22 +00:00
parent 6351fe7d05
commit ecd84d8585

View file

@ -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);