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.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index 77f25903d1..99f10c8ed1 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -249,19 +249,11 @@ void DreamGenContext::printboth() {
}
void DreamGenContext::printboth(uint16 dst, uint16 src, uint16 *x, uint16 y, uint8 c) {
- push(ax);
- push(cx);
- push(bx);
uint16 newX = *x;
uint8 width, height;
printchar(dst, src, &newX, y, c, &width, &height);
multidump(*x, y, width, height);
- si = *x + (y + height) * kScreenwidth;
- di = newX;
*x = newX;
- bx = pop();
- cx = pop();
- ax = pop();
}
uint8 DreamGenContext::getnextword(const uint8 *string, uint8 *totalWidth, uint8 *charCount) {