Bugfix to make player walk over to Goewin when talking to her

svn-id: r29513
This commit is contained in:
Paul Gilbert 2007-11-16 07:32:03 +00:00
parent ced8d602a7
commit 4bfa437887

View File

@ -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();