From ad3b70b539173a8a036529a19904ae11bec4477c Mon Sep 17 00:00:00 2001 From: Bertrand Augereau Date: Wed, 7 Sep 2011 03:58:04 +0200 Subject: DREAMWEB: Simpler flavour of 'printdirect' for cases when the output layout information is not needed by the client --- engines/dreamweb/use.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/dreamweb/use.cpp') 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(); } -- cgit v1.2.3