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

djsrv dservilla at gmail.com
Wed Aug 18 11:31:30 UTC 2021


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:
b82735f0df DIRECTOR: Remove "no auto" comment


Commit: b82735f0df536942e7cb9f24c38dd3d57797a731
    https://github.com/scummvm/scummvm/commit/b82735f0df536942e7cb9f24c38dd3d57797a731
Author: djsrv (dservilla at gmail.com)
Date: 2021-08-18T07:30:38-04:00

Commit Message:
DIRECTOR: Remove "no auto" comment

This comment was vague (auto what?) and added in an incorrect
implementation of autohilite which has since been removed.
(f89ec907c58d69a485a1c38448c1ecc2e22a7195)

Changed paths:
    engines/director/castmember.cpp


diff --git a/engines/director/castmember.cpp b/engines/director/castmember.cpp
index ab10127f6d..b04ff19e46 100644
--- a/engines/director/castmember.cpp
+++ b/engines/director/castmember.cpp
@@ -75,7 +75,7 @@ BitmapCastMember::BitmapCastMember(Cast *cast, uint16 castId, Common::SeekableRe
 	_bitsPerPixel = 0;
 
 	if (version < kFileVer400) {
-		_flags1 = flags1;	// region: 0 - auto, 1 - matte, 2 - disabled, 8 - no auto
+		_flags1 = flags1;	// region: 0 - auto, 1 - matte, 2 - disabled
 
 		_bytes = stream.readUint16();
 		_initialRect = Movie::readRect(stream);




More information about the Scummvm-git-logs mailing list