use static for shared member vars

This commit is contained in:
spookerton
2022-04-24 07:52:32 +01:00
parent 757fecf223
commit ee67e174fb
24 changed files with 47 additions and 48 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
var/client/user_client //since making sure overlays are properly added and removed is pretty important, so we track the current user explicitly
var/flicker = 0
var/global/list/overlay_cache = list() //cache recent overlays
var/static/list/overlay_cache = list() //cache recent overlays
/obj/item/t_scanner/update_icon()
icon_state = "t-ray[on]"