aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/vgagrafx.cpp
diff options
context:
space:
mode:
authorBertrand Augereau2011-12-04 18:32:55 +0100
committerBertrand Augereau2011-12-04 18:32:55 +0100
commit26889c12432732174bb306285515959c24c4d140 (patch)
treea3273c2f5b457e4fb03801471f70838e5dc438de /engines/dreamweb/vgagrafx.cpp
parenta201e1af336ae75f37fcb5216d2166d084bb0d0a (diff)
downloadscummvm-rg350-26889c12432732174bb306285515959c24c4d140.tar.gz
scummvm-rg350-26889c12432732174bb306285515959c24c4d140.tar.bz2
scummvm-rg350-26889c12432732174bb306285515959c24c4d140.zip
DREAMWEB: Removed 'icons1' and 'icons2' stubs
Diffstat (limited to 'engines/dreamweb/vgagrafx.cpp')
-rw-r--r--engines/dreamweb/vgagrafx.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/dreamweb/vgagrafx.cpp b/engines/dreamweb/vgagrafx.cpp
index a14c4160f0..1088058fe5 100644
--- a/engines/dreamweb/vgagrafx.cpp
+++ b/engines/dreamweb/vgagrafx.cpp
@@ -493,16 +493,16 @@ void DreamGenContext::loadPalFromIFF() {
}
void DreamGenContext::createPanel() {
- showFrame(icons2(), 0, 8, 0, 2);
- showFrame(icons2(), 160, 8, 0, 2);
- showFrame(icons2(), 0, 104, 0, 2);
- showFrame(icons2(), 160, 104, 0, 2);
+ showFrame(engine->icons2(), 0, 8, 0, 2);
+ showFrame(engine->icons2(), 160, 8, 0, 2);
+ showFrame(engine->icons2(), 0, 104, 0, 2);
+ showFrame(engine->icons2(), 160, 104, 0, 2);
}
void DreamGenContext::createPanel2() {
createPanel();
- showFrame(icons2(), 0, 0, 5, 2);
- showFrame(icons2(), 160, 0, 5, 2);
+ showFrame(engine->icons2(), 0, 0, 5, 2);
+ showFrame(engine->icons2(), 160, 0, 5, 2);
}
} /*namespace dreamgen */