1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 21:45:33 +00:00

Render certain map markers on top of the player arrow (Fixes #2559)

This commit is contained in:
scrawl 2015-07-19 00:45:02 +02:00
parent 278a078e9d
commit 1156668843

View file

@ -37,8 +37,8 @@ namespace
enum LocalMapWidgetDepth
{
Local_CompassLayer = 0,
Local_MarkerAboveFogLayer = 1,
Local_MarkerAboveFogLayer = 0,
Local_CompassLayer = 1,
Local_FogLayer = 2,
Local_MarkerLayer = 3,
Local_MapLayer = 4