mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 01:15:58 +00:00
DIRECTOR: Fix button background color
This commit is contained in:
parent
10dfdc9838
commit
cee8d9597f
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user