mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 19:45:34 +00:00
Render certain map markers on top of the player arrow (Fixes #2559)
This commit is contained in:
parent
278a078e9d
commit
1156668843
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ namespace
|
||||||
|
|
||||||
enum LocalMapWidgetDepth
|
enum LocalMapWidgetDepth
|
||||||
{
|
{
|
||||||
Local_CompassLayer = 0,
|
Local_MarkerAboveFogLayer = 0,
|
||||||
Local_MarkerAboveFogLayer = 1,
|
Local_CompassLayer = 1,
|
||||||
Local_FogLayer = 2,
|
Local_FogLayer = 2,
|
||||||
Local_MarkerLayer = 3,
|
Local_MarkerLayer = 3,
|
||||||
Local_MapLayer = 4
|
Local_MapLayer = 4
|
||||||
|
|
Loading…
Reference in a new issue