aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/use.cpp
diff options
context:
space:
mode:
authorBertrand Augereau2011-09-07 03:58:04 +0200
committerBertrand Augereau2011-09-07 03:58:04 +0200
commitad3b70b539173a8a036529a19904ae11bec4477c (patch)
tree0e2c20bd39dc59a5cce78f0594cd767a0f22bce7 /engines/dreamweb/use.cpp
parentef1eb9ba24959b16568f83b8a8a6ddf27ae40bab (diff)
downloadscummvm-rg350-ad3b70b539173a8a036529a19904ae11bec4477c.tar.gz
scummvm-rg350-ad3b70b539173a8a036529a19904ae11bec4477c.tar.bz2
scummvm-rg350-ad3b70b539173a8a036529a19904ae11bec4477c.zip
DREAMWEB: Simpler flavour of 'printdirect' for cases when the output layout information is not needed by the client
Diffstat (limited to 'engines/dreamweb/use.cpp')
-rw-r--r--engines/dreamweb/use.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/dreamweb/use.cpp b/engines/dreamweb/use.cpp
index 38fac02c00..f584de254a 100644
--- a/engines/dreamweb/use.cpp
+++ b/engines/dreamweb/use.cpp
@@ -173,8 +173,7 @@ void DreamGenContext::usetext(const uint8 *string) {
showman();
showexit();
obicons();
- uint16 y = 104;
- printdirect(&string, 36, &y, 241, true);
+ printdirect(string, 36, 104, 241, true);
worktoscreenm();
}