Skip to content

Commit

Permalink
XEEN: Fix reading entirety of message in Vertigo warehouse
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Mar 23, 2018
1 parent 6a3e129 commit 07ef996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/xeen/font.cpp
Expand Up @@ -218,7 +218,7 @@ const char *FontSurface::writeString(const Common::String &s, const Common::Rect
} else if (c == 10) {
// Newline
if (newLine(bounds))
break;
return _displayString;
} else if (c == 11) {
// Set y position
int yp = fontAtoi();
Expand Down

0 comments on commit 07ef996

Please sign in to comment.