[Scummvm-git-logs] scummvm branch-2-6 -> 1811ed85eb36716580cd0c6868d6277451a74658
antoniou79
noreply at scummvm.org
Tue Jun 28 16:52:36 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:
1811ed85eb TOON: Don't walk to flux when clicking on him
Commit: 1811ed85eb36716580cd0c6868d6277451a74658
https://github.com/scummvm/scummvm/commit/1811ed85eb36716580cd0c6868d6277451a74658
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2022-06-28T19:47:27+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