[Scummvm-git-logs] scummvm master -> 4909f7661cf93b92bdc4fecbf2bb7aa7baf39155

sev- sev at scummvm.org
Thu Jul 23 20:40:37 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:
4909f7661c DIRECTOR: LINGO: Trigger buildbot on unmapped cb_v4theentitypush()


Commit: 4909f7661cf93b92bdc4fecbf2bb7aa7baf39155
    https://github.com/scummvm/scummvm/commit/4909f7661cf93b92bdc4fecbf2bb7aa7baf39155
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-07-23T22:40:13+02:00

Commit Message:
DIRECTOR: LINGO: Trigger buildbot on unmapped cb_v4theentitypush()

Changed paths:
    engines/director/lingo/lingo-bytecode.cpp


diff --git a/engines/director/lingo/lingo-bytecode.cpp b/engines/director/lingo/lingo-bytecode.cpp
index 219463279b..5b2396f513 100644
--- a/engines/director/lingo/lingo-bytecode.cpp
+++ b/engines/director/lingo/lingo-bytecode.cpp
@@ -745,7 +745,7 @@ void LC::cb_v4theentitypush() {
 			break;
 		}
 	} else {
-		warning("cb_v4theentitypush: unhandled mapping 0x%02x 0x%02x", bank, firstArg);
+		warning("cb_v4theentitypush: BUILDBOT: unhandled mapping 0x%02x 0x%02x", bank, firstArg);
 	}
 
 	g_lingo->push(result);




More information about the Scummvm-git-logs mailing list