aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/vgafades.cpp
diff options
context:
space:
mode:
authorMax Horn2011-12-18 13:04:45 +0100
committerWillem Jan Palenstijn2011-12-18 14:13:59 +0100
commit8c8666e811d1b68fec400f4100a02146e0e1235b (patch)
tree8d4ee466e24588b1ca3d67f66dc7ae736fcc3404 /engines/dreamweb/vgafades.cpp
parentf0508dd05a2840a98f98d3a215b5a859d757e653 (diff)
downloadscummvm-rg350-8c8666e811d1b68fec400f4100a02146e0e1235b.tar.gz
scummvm-rg350-8c8666e811d1b68fec400f4100a02146e0e1235b.tar.bz2
scummvm-rg350-8c8666e811d1b68fec400f4100a02146e0e1235b.zip
DREAMWEB: Move backdrop.cpp and more to DreamBase; remove some dead code
Diffstat (limited to 'engines/dreamweb/vgafades.cpp')
-rw-r--r--engines/dreamweb/vgafades.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dreamweb/vgafades.cpp b/engines/dreamweb/vgafades.cpp
index 6766d56424..7518c226f4 100644
--- a/engines/dreamweb/vgafades.cpp
+++ b/engines/dreamweb/vgafades.cpp
@@ -114,7 +114,7 @@ void DreamBase::fadeCalculation() {
--data.byte(kFadecount);
}
-void DreamGenContext::fadeupYellows() {
+void DreamBase::fadeupYellows() {
palToEndPal();
memset(endPalette() + 231 * 3, 0, 8 * 3);
memset(endPalette() + 246 * 3, 0, 1 * 3);
@@ -125,7 +125,7 @@ void DreamGenContext::fadeupYellows() {
hangOn(128);
}
-void DreamGenContext::fadeupMonFirst() {
+void DreamBase::fadeupMonFirst() {
palToStartPal();
palToEndPal();
memset(startPalette() + 231 * 3, 0, 8 * 3);