aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/dialogs.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-16 23:40:21 -0400
committerPaul Gilbert2014-03-16 23:40:21 -0400
commitacba8f9254a724ce9c57f5ddd81e6b9264c07274 (patch)
tree9587c545c7a7a71c256b48dcf08588bbd8fffd11 /engines/mads/dialogs.cpp
parente24a4b7b16f5ded50974220d546b2ff0483f99f7 (diff)
downloadscummvm-rg350-acba8f9254a724ce9c57f5ddd81e6b9264c07274.tar.gz
scummvm-rg350-acba8f9254a724ce9c57f5ddd81e6b9264c07274.tar.bz2
scummvm-rg350-acba8f9254a724ce9c57f5ddd81e6b9264c07274.zip
MADS: Implementing user interface text display methods
Diffstat (limited to 'engines/mads/dialogs.cpp')
-rw-r--r--engines/mads/dialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/dialogs.cpp b/engines/mads/dialogs.cpp
index 571cca5d29..4c1a789a57 100644
--- a/engines/mads/dialogs.cpp
+++ b/engines/mads/dialogs.cpp
@@ -270,7 +270,7 @@ void TextDialog::draw() {
++yp;
_vm->_font->writeString(&_vm->_screen, _lines[lineNum],
- Common::Point(xp, yp), 0, 1);
+ Common::Point(xp, yp), 1);
if (_lineXp[lineNum] & 0x80) {
// Draw an underline under the text