[Scummvm-git-logs] scummvm master -> 01e914d937db9cd11c2a33e45c9075166e4e62f3

rvanlaar noreply at scummvm.org
Thu Mar 10 16:44:57 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:
01e914d937 Revert "DIRECTOR: Buildbot to test for lightswitch bit"


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

Commit Message:
Revert "DIRECTOR: Buildbot to test for lightswitch bit"

This reverts commit 5709e19d988ceafdf7bea11ca2953b46227e2035.

Changed paths:
    engines/director/cast.cpp


diff --git a/engines/director/cast.cpp b/engines/director/cast.cpp
index 68c0a9b5b57..1c57ba37d42 100644
--- a/engines/director/cast.cpp
+++ b/engines/director/cast.cpp
@@ -254,8 +254,6 @@ 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