Merge pull request #929 from Aranclanos/DelItemScreen

item_action buttons recycling themselves, reducing 50% of the Del() calls.
This commit is contained in:
Cheridan
2013-07-20 10:25:35 -07:00
2 changed files with 17 additions and 13 deletions
+2 -2
View File
@@ -177,7 +177,7 @@ var/datum/global_hud/global_hud = new()
var/list/other
var/list/obj/screen/hotkeybuttons
var/list/obj/screen/item_action/item_action_list //Used for the item action ui buttons.
var/list/obj/screen/item_action/item_action_list = list() //Used for the item action ui buttons.
datum/hud/New(mob/owner)
@@ -261,4 +261,4 @@ datum/hud/New(mob/owner)
else if(isobserver(mymob))
ghost_hud()
else if(isovermind(mymob))
blob_hud()
blob_hud()