Merge pull request #517 from uramer/0.7.0markers

update player map markers when client changes cell
pull/524/head
David Cernat 5 years ago committed by GitHub
commit 4692f29b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -458,6 +458,15 @@ namespace MWGui
updateMagicMarkers();
updateCustomMarkers();
/*
Start of tes3mp addition
Update player markers when cell changes to fix their locations
*/
updatePlayerMarkers();
/*
End of tes3mp addition
*/
}
void LocalMapBase::requestMapRender(const MWWorld::CellStore *cell)

Loading…
Cancel
Save