[Scummvm-git-logs] scummvm master -> 7e9a174122afec1c34d650d7e4758d46b0ad9bc8

rvanlaar noreply at scummvm.org
Wed Mar 30 21:39:55 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:
7e9a174122 DIRECTOR: Tighten buildbot: error on kCastMovie


Commit: 7e9a174122afec1c34d650d7e4758d46b0ad9bc8
    https://github.com/scummvm/scummvm/commit/7e9a174122afec1c34d650d7e4758d46b0ad9bc8
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2022-03-30T23:39:40+02:00

Commit Message:
DIRECTOR: Tighten buildbot: error on kCastMovie

Changed paths:
    engines/director/cast.cpp


diff --git a/engines/director/cast.cpp b/engines/director/cast.cpp
index 08390078ab9..640f6251eb0 100644
--- a/engines/director/cast.cpp
+++ b/engines/director/cast.cpp
@@ -1002,7 +1002,7 @@ void Cast::loadCastData(Common::SeekableReadStreamEndian &stream, uint16 id, Res
 		castInfoSize = 0;
 		break;
 	case kCastMovie:
-		warning("STUB: Cast::loadCastData(): kCastMovie (id=%d, %d children)! This will be missing from the movie and may cause problems", id, res->children.size());
+		warning("BUILDBOT: STUB: Cast::loadCastData(): kCastMovie (id=%d, %d children)! This will be missing from the movie and may cause problems", id, res->children.size());
 		castInfoSize = 0;
 		break;
 	default:




More information about the Scummvm-git-logs mailing list