[Scummvm-git-logs] scummvm master -> 03856ec06714195f4812088b8618601edecbb95e
npjg
nathanael.gentrydb8 at gmail.com
Fri Jul 3 14:52:26 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:
03856ec067 DIRECTOR: Mark channel dirty on changed ink type
Commit: 03856ec06714195f4812088b8618601edecbb95e
https://github.com/scummvm/scummvm/commit/03856ec06714195f4812088b8618601edecbb95e
Author: Nathanael Gentry (nathanael.gentrydb8 at gmail.com)
Date: 2020-07-03T10:51:46-04:00
Commit Message:
DIRECTOR: Mark channel dirty on changed ink type
Changed paths:
engines/director/score.cpp
diff --git a/engines/director/score.cpp b/engines/director/score.cpp
index 74f9a6f174..c3d9b3f169 100644
--- a/engines/director/score.cpp
+++ b/engines/director/score.cpp
@@ -79,6 +79,7 @@ bool Channel::isDirty(Sprite *nextSprite) {
if (nextSprite) {
isDirty |= _sprite->_castId != nextSprite->_castId ||
+ _sprite->_ink != nextSprite->_ink ||
_sprite->getDims() != nextSprite->getDims() ||
(_currentPoint != nextSprite->_startPoint &&
!_sprite->_puppet && !_sprite->_moveable);
More information about the Scummvm-git-logs
mailing list