From 13541465482612387e789d84c4e3d96a2ee0fbdd Mon Sep 17 00:00:00 2001 From: lukaslw Date: Thu, 14 Aug 2014 04:41:58 +0200 Subject: PRINCE: showHeroShadow - left side clipping fix --- engines/prince/prince.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/prince/prince.cpp') diff --git a/engines/prince/prince.cpp b/engines/prince/prince.cpp index 6659ec743e..9517b02691 100644 --- a/engines/prince/prince.cpp +++ b/engines/prince/prince.cpp @@ -318,7 +318,7 @@ void PrinceEngine::init() { _roomPathBitmapTemp = (byte *)malloc(kPathBitmapLen); _coordsBuf = (byte *)malloc(kTracePts * 4); _coords = _coordsBuf; - _coordsBufEnd = _coordsBuf + kTracePts * 4 - 4; // TODO - test this + _coordsBufEnd = _coordsBuf + kTracePts * 4 - 4; BackgroundAnim tempBackAnim; tempBackAnim._seq._currRelative = 0; -- cgit v1.2.3