aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dreamweb/stubs.cpp')
-rw-r--r--engines/dreamweb/stubs.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index 7a60f17c1f..409b235133 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -802,11 +802,7 @@ void DreamGenContext::hangOnCurs(uint16 frameCount) {
}
void DreamGenContext::seeCommandTail() {
- data.word(kSoundbaseadd) = 0x220;
- data.byte(kSoundint) = 5;
- data.byte(kSounddmachannel) = 1;
data.byte(kBrightness) = 1;
- data.word(kHowmuchalloc) = 0x9360;
}
void DreamGenContext::randomNumber() {
@@ -2175,8 +2171,6 @@ void DreamGenContext::readSetData() {
data.word(kPuzzletext) = standardLoad("DREAMWEB.T80");
data.word(kCommandtext) = standardLoad("DREAMWEB.T84");
useCharset1();
- if (data.byte(kSoundint) == 0xff)
- return;
//engine->openFile("DREAMWEB.VOL");
//uint8 *volumeTab = getSegment(data.word(kSoundbuffer)).ptr(16384, 0);