Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raeschen committed Feb 23, 2024
1 parent c46f966 commit 4b55827
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/_onclick/hud/hud.dm
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ var/list/global_huds = list(
wiz_energy_display = null
blobpwrdisplay = null
blobhealthdisplay = null
r_hand_hud_object = null
l_hand_hud_object = null
QDEL_NULL(r_hand_hud_object) //ChompEDIT - fix hard qdels
QDEL_NULL(l_hand_hud_object) //ChompEDIT - fix hard qdels
action_intent = null
move_intent = null
adding = null
other = null
QDEL_NULL_LIST(adding) //ChompEDIT - fix hard qdels
QDEL_NULL_LIST(other) //ChompEDIT - fix hard qdels
other_important = null
hotkeybuttons = null
// item_action_list = null // ?
Expand Down

0 comments on commit 4b55827

Please sign in to comment.