forked from mirror/openmw-tes3mp
update player map markers when client changes cell
This commit is contained in:
parent
cb5e24e6c5
commit
3b2098382b
1 changed files with 9 additions and 0 deletions
|
@ -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…
Reference in a new issue