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
@@ -58,7 +58,7 @@
preload_rsc = PRELOAD_RSC
var/global/obj/screen/click_catcher/void
var/static/obj/screen/click_catcher/void
// List of all asset filenames sent to this client by the asset cache, along with their assoicated md5s
var/list/sent_assets = list()