diff options
-rw-r--r-- | scumm/script_v72he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index 2a0b075501..93c30836b4 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -1071,7 +1071,7 @@ void ScummEngine_v72he::o72_findAllObjects() { } void ScummEngine_v72he::o72_deleteFile() { - int len, r; + int r; byte filename[100]; copyScriptString(filename); |