aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/monitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dreamweb/monitor.cpp')
-rw-r--r--engines/dreamweb/monitor.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/dreamweb/monitor.cpp b/engines/dreamweb/monitor.cpp
index d0da5e3110..cb41e75552 100644
--- a/engines/dreamweb/monitor.cpp
+++ b/engines/dreamweb/monitor.cpp
@@ -90,8 +90,7 @@ void DreamGenContext::usemon() {
deallocatemem(data.word(kTextfile2));
deallocatemem(data.word(kTextfile3));
data.byte(kGetback) = 1;
- al = 26;
- playchannel1();
+ playchannel1(26);
data.byte(kManisoffscreen) = 0;
restoreall();
redrawmainscrn();
@@ -187,8 +186,7 @@ void DreamGenContext::scrollmonitor() {
printlogo();
printundermon();
workToScreenCPP();
- al = 25;
- playchannel1();
+ playchannel1(25);
}
void DreamGenContext::showcurrentfile() {