aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/monitor.cpp
diff options
context:
space:
mode:
authorBertrand Augereau2011-11-21 14:33:36 +0100
committerBertrand Augereau2011-11-21 14:33:36 +0100
commit34d85734e65ccf7103f06fc7682921da5d16ab8d (patch)
treeff7a7e943bb07378bed00691e3828f1084cdf2e8 /engines/dreamweb/monitor.cpp
parent1e80ac08858ecbf2c32f906f4eb0552bf5bee666 (diff)
downloadscummvm-rg350-34d85734e65ccf7103f06fc7682921da5d16ab8d.tar.gz
scummvm-rg350-34d85734e65ccf7103f06fc7682921da5d16ab8d.tar.bz2
scummvm-rg350-34d85734e65ccf7103f06fc7682921da5d16ab8d.zip
DREAMWEB: Stub wrappers with a better signature for 'playchannel[0|1]'
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() {