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

antoniou79 noreply at scummvm.org
Tue Jun 28 16:45:44 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:
e442fa9731 TOON: Don't walk to flux when clicking on him


Commit: e442fa9731fcddb05cdda8df4619f8d39fdccecd
    https://github.com/scummvm/scummvm/commit/e442fa9731fcddb05cdda8df4619f8d39fdccecd
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2022-06-28T19:42:28+03:00

Commit Message:
TOON: Don't walk to flux when clicking on him

This is the behavior in the original game too

Changed paths:
    engines/toon/toon.cpp


diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp
index a7840fc312e..66ec36b282a 100644
--- a/engines/toon/toon.cpp
+++ b/engines/toon/toon.cpp
@@ -2239,6 +2239,8 @@ void ToonEngine::clickEvent() {
 			else
 				characterTalk(1104);
 		}
+		// Don't walk to Flux after clicking on him
+		return;
 	}
 	if (_currentHotspotItem == -4) {
 		if (_gameState->_mouseState >= 0) {




More information about the Scummvm-git-logs mailing list