From 65c0e3faac46d098283e2f87cd232832c8015d0f Mon Sep 17 00:00:00 2001 From: d3athrow Date: Wed, 29 Jan 2014 19:55:55 -0600 Subject: [PATCH] Should fix the issue of the GC turning gliding movement off --- code/controllers/garbage.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/controllers/garbage.dm b/code/controllers/garbage.dm index c62123e0ed8..e89195e6555 100644 --- a/code/controllers/garbage.dm +++ b/code/controllers/garbage.dm @@ -4,6 +4,9 @@ var/global/datum/controller/garbage_collector/garbage var/global/list/uncollectable_vars=list( "alpha", "bestF", + "bounds", + "bound_height", + "bound_width", "ckey", "color", "contents",