The location blurb will now correctly show in-game. (#19236)

Missed this in the layers PR

Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
Cody Brittain
2024-05-23 15:15:51 -04:00
committed by GitHub
parent 0627fe8dc8
commit 11ddd66840
2 changed files with 61 additions and 2 deletions
+3 -2
View File
@@ -864,8 +864,9 @@ SUBSYSTEM_DEF(jobs)
T.icon_state = "nothing"
T.maptext_height = 64
T.maptext_width = 512
T.layer = HUD_ABOVE_ITEM_LAYER
T.plane = FLOAT_PLANE
T.layer = FLOAT_LAYER
T.plane = HUD_PLANE
T.appearance_flags = APPEARANCE_UI_IGNORE_ALPHA
T.screen_loc = "LEFT+1,BOTTOM+2"
C.screen += T