Skip to content

Commit

Permalink
ACCESS: Fix display height of text in chapter introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke authored and dreammaster committed Dec 13, 2014
1 parent a0294b6 commit 44e7051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/access/amazon/amazon_game.cpp
Expand Up @@ -655,7 +655,6 @@ void AmazonEngine::startChapter(int chapter) {
uint16 msgOffset = READ_LE_UINT16(_eseg->data() + ((0x40 + _chapter) * 2) + 2);
_printEnd = 170;

_printEnd = 155;
Common::String msg((const char *)_eseg->data() + msgOffset);

if (_txtPages == 0) {
Expand Down

0 comments on commit 44e7051

Please sign in to comment.