mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
DIRECTOR: Buildbot to test for lightswitch bit
This commit is contained in:
parent
7292e109e2
commit
5709e19d98
@ -254,6 +254,8 @@ bool Cast::loadConfig() {
|
||||
}
|
||||
|
||||
byte lightswitch = stream->readByte();
|
||||
if (lightswitch != 0 )
|
||||
warning("BUILDBOT: lightswitch: %i", lightswitch);
|
||||
uint16 unk1 = stream->readUint16();
|
||||
uint16 commentFont = stream->readUint16();
|
||||
uint16 commentSize = stream->readUint16();
|
||||
|
Loading…
Reference in New Issue
Block a user