DIRECTOR: Fix button background color

This commit is contained in:
Eugene Sandulenko 2020-02-28 18:13:46 +01:00
parent 10dfdc9838
commit cee8d9597f

View File

@ -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) {