[Scummvm-git-logs] scummvm master -> 5709e19d988ceafdf7bea11ca2953b46227e2035

rvanlaar noreply at scummvm.org
Thu Mar 10 16:21:00 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5709e19d98 DIRECTOR: Buildbot to test for lightswitch bit


Commit: 5709e19d988ceafdf7bea11ca2953b46227e2035
    https://github.com/scummvm/scummvm/commit/5709e19d988ceafdf7bea11ca2953b46227e2035
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2022-03-10T17:20:49+01:00

Commit Message:
DIRECTOR: Buildbot to test for lightswitch bit

Changed paths:
    engines/director/cast.cpp


diff --git a/engines/director/cast.cpp b/engines/director/cast.cpp
index 1c57ba37d42..68c0a9b5b57 100644
--- a/engines/director/cast.cpp
+++ b/engines/director/cast.cpp
@@ -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();




More information about the Scummvm-git-logs mailing list