aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/titles.cpp
diff options
context:
space:
mode:
authorMax Horn2011-12-26 01:41:15 +0100
committerMax Horn2011-12-26 01:41:56 +0100
commita4643a0484fe1f54a2cc60ad146cf459012bd0f1 (patch)
treed1e8e6328cd4bd189f476ecf60f5cb8112cb428f /engines/dreamweb/titles.cpp
parentdbe5b50cd34362bc3a6743be6eac0e4840353a47 (diff)
downloadscummvm-rg350-a4643a0484fe1f54a2cc60ad146cf459012bd0f1.tar.gz
scummvm-rg350-a4643a0484fe1f54a2cc60ad146cf459012bd0f1.tar.bz2
scummvm-rg350-a4643a0484fe1f54a2cc60ad146cf459012bd0f1.zip
DREAMWEB: Move titles.cpp to DreamBase
Diffstat (limited to 'engines/dreamweb/titles.cpp')
-rw-r--r--engines/dreamweb/titles.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/engines/dreamweb/titles.cpp b/engines/dreamweb/titles.cpp
index f3dafa38d9..a521036202 100644
--- a/engines/dreamweb/titles.cpp
+++ b/engines/dreamweb/titles.cpp
@@ -25,7 +25,7 @@
namespace DreamGen {
-void DreamGenContext::endGame() {
+void DreamBase::endGame() {
loadTempText("DREAMWEB.T83");
monkSpeaking();
gettingShot();
@@ -35,7 +35,7 @@ void DreamGenContext::endGame() {
hangOn(200);
}
-void DreamGenContext::monkSpeaking() {
+void DreamBase::monkSpeaking() {
// FIXME: This is the CD version only.
data.byte(kRoomssample) = 35;
@@ -68,7 +68,7 @@ void DreamGenContext::monkSpeaking() {
getRidOfTemp();
}
-void DreamGenContext::gettingShot() {
+void DreamBase::gettingShot() {
data.byte(kNewlocation) = 55;
clearPalette();
loadIntroRoom();
@@ -79,7 +79,7 @@ void DreamGenContext::gettingShot() {
clearBeforeLoad();
}
-void DreamGenContext::bibleQuote() {
+void DreamBase::bibleQuote() {
initGraphics(640, 480, true);
showPCX("DREAMWEB.I00");
@@ -118,7 +118,7 @@ void DreamBase::hangOne(uint16 delay) {
} while (--delay);
}
-void DreamGenContext::intro() {
+void DreamBase::intro() {
loadTempText("DREAMWEB.T82");
loadPalFromIFF();
setMode();
@@ -174,7 +174,7 @@ void DreamGenContext::intro() {
data.byte(kLasthardkey) = 0;
}
-void DreamGenContext::runIntroSeq() {
+void DreamBase::runIntroSeq() {
data.byte(kGetback) = 0;
do {
@@ -220,7 +220,7 @@ void DreamGenContext::runIntroSeq() {
//clearBeforeLoad();
}
-void DreamGenContext::runEndSeq() {
+void DreamBase::runEndSeq() {
atmospheres();
data.byte(kGetback) = 0;
@@ -240,7 +240,7 @@ void DreamGenContext::runEndSeq() {
} while (data.byte(kGetback) != 1);
}
-void DreamGenContext::loadIntroRoom() {
+void DreamBase::loadIntroRoom() {
data.byte(kIntrocount) = 0;
data.byte(kLocation) = 255;
loadRoom();
@@ -259,10 +259,10 @@ void DreamGenContext::loadIntroRoom() {
workToScreen();
}
-void DreamGenContext::set16ColPalette() {
+void DreamBase::set16ColPalette() {
}
-void DreamGenContext::realCredits() {
+void DreamBase::realCredits() {
data.byte(kRoomssample) = 33;
loadRoomsSample();
data.byte(kVolume) = 0;