aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/print.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/print.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/print.cpp')
-rw-r--r--engines/dreamweb/print.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/dreamweb/print.cpp b/engines/dreamweb/print.cpp
index 9cd7b46d50..f5f0dda43c 100644
--- a/engines/dreamweb/print.cpp
+++ b/engines/dreamweb/print.cpp
@@ -253,7 +253,7 @@ void DreamBase::rollEndCreditsGameWon() {
data.byte(kVolumeto) = 0;
data.byte(kVolumedirection) = (byte)-1;
- multiGet(mapStore(), 75, 20, 160, 160);
+ multiGet(_mapStore, 75, 20, 160, 160);
const uint8 *string = getTextInFile1(3);
const int linespacing = data.word(kLinespacing);
@@ -264,7 +264,7 @@ void DreamBase::rollEndCreditsGameWon() {
// line of text.
for (int j = 0; j < linespacing; ++j) {
vSync();
- multiPut(mapStore(), 75, 20, 160, 160);
+ multiPut(_mapStore, 75, 20, 160, 160);
vSync();
// Output up to 18 lines of text
@@ -292,7 +292,7 @@ void DreamBase::rollEndCreditsGameWon() {
}
void DreamBase::rollEndCreditsGameLost() {
- multiGet(mapStore(), 25, 20, 160, 160);
+ multiGet(_mapStore, 25, 20, 160, 160);
const uint8 *string = getTextInFile1(49);
const int linespacing = data.word(kLinespacing);
@@ -303,7 +303,7 @@ void DreamBase::rollEndCreditsGameLost() {
// line of text.
for (int j = 0; j < linespacing; ++j) {
vSync();
- multiPut(mapStore(), 25, 20, 160, 160);
+ multiPut(_mapStore, 25, 20, 160, 160);
vSync();
// Output up to 18 lines of text