[Scummvm-git-logs] scummvm master -> 5baf5bfa669d3c35fe5b45db82e7d1ffea807ac6
dreammaster
noreply at scummvm.org
Tue Jun 28 03:46:31 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:
5baf5bfa66 CHEWY: Fix hotspot Ids for using taxi
Commit: 5baf5bfa669d3c35fe5b45db82e7d1ffea807ac6
https://github.com/scummvm/scummvm/commit/5baf5bfa669d3c35fe5b45db82e7d1ffea807ac6
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2022-06-27T20:46:12-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