plane holder hard dels (#19374)

* plane holder hard dels

* .

* .

* .

* vac hard del

* this

* .

* .

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2026-04-06 01:26:31 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 0d0267a4c1
commit 1c80ef4d35
10 changed files with 65 additions and 46 deletions
@@ -9,6 +9,15 @@
var/atom/movable/screen/background/cam_background
var/atom/movable/screen/skybox/local_skybox
/obj/item/communicator/Destroy()
if(cam_screen)
QDEL_NULL(cam_screen)
QDEL_LIST_NULL(cam_plane_masters)
if(cam_background)
QDEL_NULL(cam_background)
local_skybox = null
. = ..()
// Proc: setup_tgui_camera()
// Parameters: None
// Description: This sets up all of the variables above to handle in-UI map windows.