mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
Specify the right edge of the sentence line in Maniac/Zak. This fixes bug
#1488189, where the sentence line would only display the first character. svn-id: r22467
This commit is contained in:
parent
44ac23a81d
commit
bb9de08c73
@ -1055,6 +1055,7 @@ void ScummEngine_v2::o2_drawSentence() {
|
||||
_string[2].charset = 1;
|
||||
_string[2].ypos = virtscr[kVerbVirtScreen].topline;
|
||||
_string[2].xpos = 0;
|
||||
_string[2].right = virtscr[kVerbVirtScreen].w - 1;
|
||||
if (_game.platform == Common::kPlatformNES) {
|
||||
_string[2].xpos = 16;
|
||||
_string[2].color = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user