[Scummvm-git-logs] scummvm master -> cd145a04d10573073178fac71578f7192f6e20d0

npjg nathanael.gentrydb8 at gmail.com
Fri Jun 26 02:21:08 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:
cd145a04d1 DIRECTOR: Eliminate flashing on changed sprite castId


Commit: cd145a04d10573073178fac71578f7192f6e20d0
    https://github.com/scummvm/scummvm/commit/cd145a04d10573073178fac71578f7192f6e20d0
Author: Nathanael Gentry (nathanael.gentrydb8 at gmail.com)
Date: 2020-06-25T22:21:02-04:00

Commit Message:
DIRECTOR: Eliminate flashing on changed sprite castId

Changed paths:
    engines/director/lingo/lingo-the.cpp


diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp
index 25421b8246..474961b7ce 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -838,7 +838,6 @@ void Lingo::setTheSprite(Datum &id1, int field, Datum &d) {
 	case kTheCastNum:
 		// Don't cause unnecessary flashing
 		if (d.asInt() != sprite->_castId) {
-			score->markDirtyRect(channel->getBbox());
 			sprite->setCast(d.asInt());
 		}
 		break;




More information about the Scummvm-git-logs mailing list