aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/titles.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-12-27 19:37:22 +0100
committerWillem Jan Palenstijn2011-12-27 23:01:58 +0100
commit90cb52b7f6364a0d4b83cdc91c76c7edf4fcf79d (patch)
tree55e6f73bb9fab31499c3b91b081466a57c1edf53 /engines/dreamweb/titles.cpp
parent8ed39a2b9e54bb46973a2c9b7f8c5bfb4964bd5c (diff)
downloadscummvm-rg350-90cb52b7f6364a0d4b83cdc91c76c7edf4fcf79d.tar.gz
scummvm-rg350-90cb52b7f6364a0d4b83cdc91c76c7edf4fcf79d.tar.bz2
scummvm-rg350-90cb52b7f6364a0d4b83cdc91c76c7edf4fcf79d.zip
DREAMWEB: Streamline graphics file access
Diffstat (limited to 'engines/dreamweb/titles.cpp')
-rw-r--r--engines/dreamweb/titles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/titles.cpp b/engines/dreamweb/titles.cpp
index ed54c4b09e..8576fd4eb2 100644
--- a/engines/dreamweb/titles.cpp
+++ b/engines/dreamweb/titles.cpp
@@ -42,7 +42,7 @@ void DreamBase::monkSpeaking() {
loadRoomsSample();
loadIntoTemp("DREAMWEB.G15");
clearWork();
- showFrame(tempGraphics(), 160, 72, 0, 128); // show monk
+ showFrame(_tempGraphics, 160, 72, 0, 128); // show monk
workToScreen();
data.byte(kVolume) = 7;
data.byte(kVolumedirection) = (byte)-1;