[Scummvm-git-logs] scummvm master -> 30f6ea5018d4430f7b720a0d0f34c9f727b2cb89

npjg nathanael.gentrydb8 at gmail.com
Thu Jun 18 22:38:42 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:
30f6ea5018 DIRECTOR: Fix another careless typo


Commit: 30f6ea5018d4430f7b720a0d0f34c9f727b2cb89
    https://github.com/scummvm/scummvm/commit/30f6ea5018d4430f7b720a0d0f34c9f727b2cb89
Author: Nathanael Gentry (nathanael.gentrydb8 at gmail.com)
Date: 2020-06-18T18:38:27-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 72c1262186..63a503422c 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 {
-		Common::Rect 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