[Scummvm-cvs-logs] scummvm master -> 429648188f431f820640d29005a8d6f87bc97771

dreammaster dreammaster at scummvm.org
Sun Jan 17 15:48:16 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
429648188f ACCESS: Show correct chapter start establishment text


Commit: 429648188f431f820640d29005a8d6f87bc97771
    https://github.com/scummvm/scummvm/commit/429648188f431f820640d29005a8d6f87bc97771
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-01-17T09:47:40-05:00

Commit Message:
ACCESS: Show correct chapter start establishment text

Changed paths:
    engines/access/amazon/amazon_game.cpp



diff --git a/engines/access/amazon/amazon_game.cpp b/engines/access/amazon/amazon_game.cpp
index 3bb1967..8134ead 100644
--- a/engines/access/amazon/amazon_game.cpp
+++ b/engines/access/amazon/amazon_game.cpp
@@ -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);






More information about the Scummvm-git-logs mailing list