mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
DIRECTOR: load editable textFlags for D3 TextCast
The flags are the same as for D4: 1: editable 2: auto tab 4: don't wrap
This commit is contained in:
@@ -632,7 +632,8 @@ TextCastMember::TextCastMember(Cast *cast, uint16 castId, Common::SeekableReadSt
|
||||
pad2 = stream.readUint16();
|
||||
_initialRect = Movie::readRect(stream);
|
||||
pad3 = stream.readUint16();
|
||||
pad4 = stream.readUint16();
|
||||
_textFlags = stream.readUint16(); // 1: editable, 2: auto tab, 4: don't wrap
|
||||
_editable = _textFlags & 0x1;
|
||||
totalTextHeight = stream.readUint16();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user