mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
Bugfix to make player walk over to Goewin when talking to her
svn-id: r29513
This commit is contained in:
parent
ced8d602a7
commit
4bfa437887
@ -3725,7 +3725,7 @@ void HotspotTickHandlers::goewinShopAnimHandler(Hotspot &h) {
|
||||
Resources &res = Resources::getReference();
|
||||
ValueTableData &fields = res.fieldList();
|
||||
|
||||
h.setDirection(UP);
|
||||
h.resource()->actionHotspotId = 0;
|
||||
h.setCharacterMode(CHARMODE_WAIT_FOR_INTERACT);
|
||||
|
||||
h.handleTalkDialog();
|
||||
|
Loading…
Reference in New Issue
Block a user