fixed warning
svn-id: r6613
This commit is contained in:
parent
6351fe7d05
commit
ecd84d8585
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue