aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/dreamweb/monitor.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/dreamweb/monitor.cpp b/engines/dreamweb/monitor.cpp
index 41df8c490b..7ba625b0de 100644
--- a/engines/dreamweb/monitor.cpp
+++ b/engines/dreamweb/monitor.cpp
@@ -188,17 +188,11 @@ void DreamGenContext::hangoncurs() {
}
void DreamGenContext::scrollmonitor() {
- push(bx); // The 3 push/pops are all needed for now
- push(di);
- push(si);
printlogo();
printundermon();
workToScreenCPP();
al = 25;
playchannel1();
- si = pop();
- di = pop();
- bx = pop();
}
void DreamGenContext::showcurrentfile() {