DIRECTOR: Buildbot to test for lightswitch bit

This commit is contained in:
Roland van Laar 2022-03-10 17:20:10 +01:00
parent 7292e109e2
commit 5709e19d98

View File

@ -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();