mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
ef593ed8e3
If you don't have the appointment card yet and use the map to go to Seedy Street Bud ends up being teleported back to the mall. Because of the destination coordinates which warp Bud past x==583 Violet's logic, which makes him refuse Bud entrance to the dentist, triggers. On top of that the graphics end up all garbled which indicates that even worse things happen under the hood. To work around this we only trigger Violet if Bud actually _walked_ past the trigger coordinates (as opposed to using the map). This fixes Trac#10452. |
||
---|---|---|
.. | ||
configure.engine | ||
console.cpp | ||
console.h | ||
detection.cpp | ||
graphics.cpp | ||
graphics.h | ||
locations.cpp | ||
module.mk | ||
resource.cpp | ||
saveload.cpp | ||
sequences.cpp | ||
staticres.cpp | ||
tucker.cpp | ||
tucker.h |