diff options
Diffstat (limited to 'engines/cine/anim.cpp')
-rw-r--r-- | engines/cine/anim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/anim.cpp b/engines/cine/anim.cpp index a0f998e02f..11ea4ea25c 100644 --- a/engines/cine/anim.cpp +++ b/engines/cine/anim.cpp @@ -585,7 +585,7 @@ int loadAni(const char *resourceName, int16 idx) { transparentColor = getAnimTransparentColor(resourceName); - // TODO: Merge this special case hack into getAnimTransparentColor somehow. + // TODO: Merge this special case hack into getAnimTransparentColor somehow. // HACK: Versions of TITRE.ANI with height 37 use color 0xF for transparency. // Versions of TITRE.ANI with height 57 use color 0x0 for transparency. // Fixes bug #2057619: FW: Glitches in title display of demo (regression). |