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

sev- sev at scummvm.org
Fri Feb 28 17:14:17 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:
cee8d9597f DIRECTOR: Fix button background color


Commit: cee8d9597f365286045b60868b33d97a022e2902
    https://github.com/scummvm/scummvm/commit/cee8d9597f365286045b60868b33d97a022e2902
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-02-28T18:14:08+01:00

Commit Message:
DIRECTOR: Fix button background color

Changed paths:
    engines/director/cast.cpp


diff --git a/engines/director/cast.cpp b/engines/director/cast.cpp
index 488c79f601..72d7f3c257 100644
--- a/engines/director/cast.cpp
+++ b/engines/director/cast.cpp
@@ -326,7 +326,7 @@ ShapeCast::ShapeCast(Common::ReadStreamEndian &stream, uint16 version) {
 		_initialRect.debugPrint(0, "ShapeCast: rect:");
 }
 
-ButtonCast::ButtonCast(Common::ReadStreamEndian &stream, uint16 version) : TextCast(stream, version, 0) {
+ButtonCast::ButtonCast(Common::ReadStreamEndian &stream, uint16 version) : TextCast(stream, version, 0xff) {
 	_type = kCastButton;
 
 	if (version < 4) {




More information about the Scummvm-git-logs mailing list