mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
ACCESS: Show correct chapter start establishment text
This commit is contained in:
parent
8f15e3d6ef
commit
429648188f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user