aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2003-09-02 11:24:05 +0000
committerTravis Howell2003-09-02 11:24:05 +0000
commitf90b5f06a5b6cb089415229c89a4a1f5b02f8c45 (patch)
tree59e2b22ea55baa1d670ae616c7d9617b94e960a9 /scumm
parent5270fa2d5ab14e0c932272b065065ac796f81632 (diff)
downloadscummvm-rg350-f90b5f06a5b6cb089415229c89a4a1f5b02f8c45.tar.gz
scummvm-rg350-f90b5f06a5b6cb089415229c89a4a1f5b02f8c45.tar.bz2
scummvm-rg350-f90b5f06a5b6cb089415229c89a4a1f5b02f8c45.zip
This changes applies to both version 3 and 4, according to disasm.
svn-id: r9966
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index a5446a3f49..588b15e412 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -1517,7 +1517,7 @@ void Scumm_v5::o5_panCameraTo() {
void Scumm_v5::o5_pickupObject() {
int obj, room;
- if (_version == 3) {
+ if (_version == 3 || _version == 4) {
o5_drawObject();
return;
}