[Scummvm-git-logs] scummvm master -> 2fe2e9236e591088213bafcc1aa6435fc58d3712
npjg
nathanael.gentrydb8 at gmail.com
Thu Jun 18 22:40:00 UTC 2020
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:
2fe2e9236e DIRECTOR: Fix another careless typo
Commit: 2fe2e9236e591088213bafcc1aa6435fc58d3712
https://github.com/scummvm/scummvm/commit/2fe2e9236e591088213bafcc1aa6435fc58d3712
Author: Nathanael Gentry (nathanael.gentrydb8 at gmail.com)
Date: 2020-06-18T18:39:08-04:00
Commit Message:
DIRECTOR: Fix another careless typo
Changed paths:
engines/director/ink.cpp
diff --git a/engines/director/ink.cpp b/engines/director/ink.cpp
index 63a503422c..3d99b6dda4 100644
--- a/engines/director/ink.cpp
+++ b/engines/director/ink.cpp
@@ -36,7 +36,7 @@ void Score::inkBasedBlit(Graphics::ManagedSurface *maskSurface, const Graphics::
if (ink == kInkTypeCopy || ink == kInkTypeTransparent) {
t = drawRect;
} else {
- t(spriteSurface.w, spriteSurface.h);
+ t = spriteSurface.w, spriteSurface.h;
t.moveTo(drawRect.left, drawRect.top);
}
More information about the Scummvm-git-logs
mailing list