aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-05-12 13:58:23 +0000
committerTorbjörn Andersson2005-05-12 13:58:23 +0000
commitb3ec4726391e80be92e6faff68be5e5de495d29a (patch)
treed8bab3cc4d9c0e1bf21115511cdc0bf7a16320ac /scumm/script_v72he.cpp
parentd34e5fc605b06c0ad8f5ac7e6ccbc6f8698ddec2 (diff)
downloadscummvm-rg350-b3ec4726391e80be92e6faff68be5e5de495d29a.tar.gz
scummvm-rg350-b3ec4726391e80be92e6faff68be5e5de495d29a.tar.bz2
scummvm-rg350-b3ec4726391e80be92e6faff68be5e5de495d29a.zip
Removed unused variables to prevent warnings.
svn-id: r18070
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp2
1 files changed, 1 insertions, 1 deletions
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: