aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/prince.cpp
diff options
context:
space:
mode:
authorlukaslw2014-08-14 04:41:58 +0200
committerlukaslw2014-08-14 04:41:58 +0200
commit13541465482612387e789d84c4e3d96a2ee0fbdd (patch)
tree9f7c76d383afa562ab8b1e76192d4e250faacd88 /engines/prince/prince.cpp
parentb31500343962a1b8b0d79db566fa08419db1bb2d (diff)
downloadscummvm-rg350-13541465482612387e789d84c4e3d96a2ee0fbdd.tar.gz
scummvm-rg350-13541465482612387e789d84c4e3d96a2ee0fbdd.tar.bz2
scummvm-rg350-13541465482612387e789d84c4e3d96a2ee0fbdd.zip
PRINCE: showHeroShadow - left side clipping fix
Diffstat (limited to 'engines/prince/prince.cpp')
-rw-r--r--engines/prince/prince.cpp2
1 files changed, 1 insertions, 1 deletions
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;