aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/gc.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-08-25 15:14:29 +0000
committerFilippos Karapetis2009-08-25 15:14:29 +0000
commitac025f4294336f2cbc3c5de62149e47f3645b141 (patch)
tree03640f9b8d7f196475d5b1d7f8ba7ae33a9a0f90 /engines/sci/engine/gc.cpp
parent70a63a8dbda110a107897eab3c82a5fe2810ab6e (diff)
downloadscummvm-rg350-ac025f4294336f2cbc3c5de62149e47f3645b141.tar.gz
scummvm-rg350-ac025f4294336f2cbc3c5de62149e47f3645b141.tar.bz2
scummvm-rg350-ac025f4294336f2cbc3c5de62149e47f3645b141.zip
- Replaced more cases of EngineState parameters
- Made some version comparisons for old SCI0 versions easier to read - Removed the GET_SEL32SV macro svn-id: r43729
Diffstat (limited to 'engines/sci/engine/gc.cpp')
-rw-r--r--engines/sci/engine/gc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/gc.cpp b/engines/sci/engine/gc.cpp
index 41d454d637..88eee3e17b 100644
--- a/engines/sci/engine/gc.cpp
+++ b/engines/sci/engine/gc.cpp
@@ -102,7 +102,7 @@ reg_t_hash_map *find_all_used_references(EngineState *s) {
wm.push(es.objp);
wm.push(es.sendp);
if (es.type == EXEC_STACK_TYPE_VARSELECTOR)
- wm.push(*(es.getVarPointer(s)));
+ wm.push(*(es.getVarPointer(s->segmentManager)));
}
}