ACCESS: Show correct chapter start establishment text

This commit is contained in:
Paul Gilbert 2016-01-17 09:47:40 -05:00
parent 8f15e3d6ef
commit 429648188f

View File

@ -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);