mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 23:51:09 -04:00
Merge pull request #517 from uramer/0.7.0markers
update player map markers when client changes cell
This commit is contained in:
commit
4692f29b9d
@ -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…
x
Reference in New Issue
Block a user