Skip to content

Commit

Permalink
ACCESS: Show correct chapter start establishment text
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jan 17, 2016
1 parent 8f15e3d commit 4296481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/access/amazon/amazon_game.cpp
Expand Up @@ -617,7 +617,7 @@ void AmazonEngine::startChapter(int chapter) {

_establishGroup = 1;
loadEstablish(0x40 + _chapter);
uint16 msgOffset = READ_LE_UINT16(_establish->data() + ((0x40 + _chapter) * 2) + 2);
uint16 msgOffset = READ_LE_UINT16(_establish->data() + ((0x40 + _chapter) * 2));
_printEnd = 170;

Common::String msg((const char *)_establish->data() + msgOffset);
Expand Down

0 comments on commit 4296481

Please sign in to comment.