[Scummvm-git-logs] scummvm master -> fbf982892312b086b8f989734029a7a63cd459a3

sev- sev at scummvm.org
Wed Jul 15 09:12:00 UTC 2020


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:
fbf9828923 DIRECTOR: Catch extra string in VWCI by buildbot


Commit: fbf982892312b086b8f989734029a7a63cd459a3
    https://github.com/scummvm/scummvm/commit/fbf982892312b086b8f989734029a7a63cd459a3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-07-15T11:11:48+02:00

Commit Message:
DIRECTOR: Catch extra string in VWCI by buildbot

Changed paths:
    engines/director/cast.cpp


diff --git a/engines/director/cast.cpp b/engines/director/cast.cpp
index 259f3afd02..212a5cf209 100644
--- a/engines/director/cast.cpp
+++ b/engines/director/cast.cpp
@@ -829,7 +829,7 @@ void Cast::loadCastData(Common::SeekableSubReadStreamEndian &stream, uint16 id,
 		// adding tons of ifs, we use this switch()
 		switch (castStrings.size()) {
 		default:
-			warning("Cast::loadCastData(): extra %d strings", castStrings.size() - 8);
+			warning("Cast::loadCastData(): BUILDBOT: extra %d strings", castStrings.size() - 8);
 			// fallthrough
 		case 8:
 			if (castStrings[7].len) {




More information about the Scummvm-git-logs mailing list