aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-03-07 06:37:56 +0000
committerTravis Howell2005-03-07 06:37:56 +0000
commit8cc18e679763655f33fbd8cae7132635bf989e49 (patch)
tree8aaccd6414de9860fb093516346d4946b992960c /scumm/script_v6.cpp
parent26da9cc393ef78d223105e17e555e1678ede12e4 (diff)
downloadscummvm-rg350-8cc18e679763655f33fbd8cae7132635bf989e49.tar.gz
scummvm-rg350-8cc18e679763655f33fbd8cae7132635bf989e49.tar.bz2
scummvm-rg350-8cc18e679763655f33fbd8cae7132635bf989e49.zip
Minor cleanup
svn-id: r17025
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 71f0cd9b0d..77e9ee3909 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -2263,8 +2263,8 @@ void ScummEngine_v6::o6_isAnyOf() {
return;
}
}
+
push(0);
- return;
}
void ScummEngine_v6::o6_quitPauseRestart() {