[Scummvm-git-logs] scummvm branch-2-6 -> 3cda7ca02caa755de3896b5cbee0a901b4a27b01
dreammaster
noreply at scummvm.org
Tue Jun 28 03:46:49 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:
3cda7ca02c CHEWY: Fix hotspot Ids for using taxi
Commit: 3cda7ca02caa755de3896b5cbee0a901b4a27b01
https://github.com/scummvm/scummvm/commit/3cda7ca02caa755de3896b5cbee0a901b4a27b01
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2022-06-27T20:46:36-07:00
Commit Message:
CHEWY: Fix hotspot Ids for using taxi
Changed paths:
engines/chewy/t_event.cpp
diff --git a/engines/chewy/t_event.cpp b/engines/chewy/t_event.cpp
index 4b4d592d19e..68011b7cf28 100644
--- a/engines/chewy/t_event.cpp
+++ b/engines/chewy/t_event.cpp
@@ -443,6 +443,10 @@ int16 atsAction(int16 txtNr, int16 txtMode, int16 mode) {
break;
case 295:
+ case 386:
+ retValue = Room45::use_taxi();
+ break;
+
case 297:
retValue = Room45::use_boy();
break;
@@ -563,10 +567,6 @@ int16 atsAction(int16 txtNr, int16 txtMode, int16 mode) {
retValue = Room63::use_schalter();
break;
- case 386:
- retValue = Room45::use_taxi();
- break;
-
case 394:
retValue = Room67::talk_papagei();
break;
More information about the Scummvm-git-logs
mailing list