From fa17f684da1da7fded805746b75c454502ffe683 Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Tue, 24 Nov 2015 00:10:10 +0100 Subject: ILLUSIONS: DUCKMAN: Start implementing the menu system Still work-in-progress, missing functionality and buggy Maybe needs some work for BBDOU where this isn't implemented yet. --- engines/illusions/textdrawer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/illusions/textdrawer.cpp') diff --git a/engines/illusions/textdrawer.cpp b/engines/illusions/textdrawer.cpp index 61c4455150..f1c93c7c80 100644 --- a/engines/illusions/textdrawer.cpp +++ b/engines/illusions/textdrawer.cpp @@ -161,7 +161,7 @@ bool TextDrawer::wrapTextIntern(int16 x, int16 y, int16 maxWidth, int16 maxHeigh } } - + _dimensions->_width = maxLineWidth; _dimensions->_height = textPosY - _font->_lineIncr; -- cgit v1.2.3