forked from mirror/openmw-tes3mp
Merge pull request #517 from uramer/0.7.0markers
update player map markers when client changes cell
This commit is contained in:
commit
4692f29b9d
1 changed files with 9 additions and 0 deletions
|
@ -458,6 +458,15 @@ namespace MWGui
|
||||||
|
|
||||||
updateMagicMarkers();
|
updateMagicMarkers();
|
||||||
updateCustomMarkers();
|
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)
|
void LocalMapBase::requestMapRender(const MWWorld::CellStore *cell)
|
||||||
|
|
Loading…
Reference in a new issue