aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/newplace.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-12-27 13:52:13 +0100
committerWillem Jan Palenstijn2011-12-27 17:56:50 +0100
commit39a0153fbf503854011bc1947ef261e06868d971 (patch)
tree453b0c34c8479c4602283e3269faae00db48e5d3 /engines/dreamweb/newplace.cpp
parentc261cbd02b0d4f19e2a8a384004bb0e1cbe56fde (diff)
downloadscummvm-rg350-39a0153fbf503854011bc1947ef261e06868d971.tar.gz
scummvm-rg350-39a0153fbf503854011bc1947ef261e06868d971.tar.bz2
scummvm-rg350-39a0153fbf503854011bc1947ef261e06868d971.zip
DREAMWEB: Remove mapStore segment
Diffstat (limited to 'engines/dreamweb/newplace.cpp')
-rw-r--r--engines/dreamweb/newplace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dreamweb/newplace.cpp b/engines/dreamweb/newplace.cpp
index 8c94b3f9cf..4d82d7032f 100644
--- a/engines/dreamweb/newplace.cpp
+++ b/engines/dreamweb/newplace.cpp
@@ -134,11 +134,11 @@ void DreamBase::lookAtPlace() {
}
void DreamBase::getUnderCentre() {
- multiGet(mapStore(), 58, 72, 254, 110);
+ multiGet(_mapStore, 58, 72, 254, 110);
}
void DreamBase::putUnderCentre() {
- multiPut(mapStore(), 58, 72, 254, 110);
+ multiPut(_mapStore, 58, 72, 254, 110);
}
void DreamBase::locationPic() {