diff options
| -rw-r--r-- | scumm/script_v100he.cpp | 2 | ||||
| -rw-r--r-- | scumm/script_v72he.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp index ecf460ed21..2478ba319a 100644 --- a/scumm/script_v100he.cpp +++ b/scumm/script_v100he.cpp @@ -2206,7 +2206,7 @@ void ScummEngine_v100he::o100_isResourceLoaded() { int type; byte subOp = fetchScriptByte(); - int idx = pop(); + /* int idx = */ pop(); switch (subOp) { case 25: diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index 995bf4fef9..67ecfb5d1b 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -2113,7 +2113,7 @@ void ScummEngine_v72he::o72_isResourceLoaded() { int type; byte subOp = fetchScriptByte(); - int idx = pop(); + /* int idx = */ pop(); switch (subOp) { case 18: |
