[Scummvm-git-logs] scummvm master -> 3e4f6f4ef74c984fcb8da575ca58167d02d4dd0d

digitall noreply at scummvm.org
Sun May 1 12:02:59 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:
3e4f6f4ef7 TEENAGENT: Add missing callback 0x7962 for spider


Commit: 3e4f6f4ef74c984fcb8da575ca58167d02d4dd0d
    https://github.com/scummvm/scummvm/commit/3e4f6f4ef74c984fcb8da575ca58167d02d4dd0d
Author: Duane Mach (duanemch at gmail.com)
Date: 2022-05-01T13:02:54+01:00

Commit Message:
TEENAGENT: Add missing callback 0x7962 for spider

Changed paths:
    engines/teenagent/callbacks.cpp


diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp
index 2a8446cf6ba..d01792a8ccc 100644
--- a/engines/teenagent/callbacks.cpp
+++ b/engines/teenagent/callbacks.cpp
@@ -3116,6 +3116,7 @@ bool TeenAgentEngine::processCallback(uint16 addr) {
 		dialog->pop(scene, dsAddr_dialogStackJohnNotyEndgame, 0, 797, textColorMark, textColorJohnNoty, 0, 1);
 		break;
 
+	case 0x7962:
 	case 0x7966:
 		if (CHECK_FLAG(dsAddr_lightOnFlag, 1))
 			retVal = false;




More information about the Scummvm-git-logs mailing list