add NullActor

This commit is contained in:
Flameshadowxeroshin
2011-09-13 02:06:50 +00:00
parent 16916a7d67
commit e46079c513
+2
View File
@@ -209,6 +209,8 @@ function ShowStandardDecoration( MetricsName )
return THEME:GetMetric(Var "LoadingScreen","Show"..MetricsName)
end
--blank actor because these come in handy from time to time
NullActor = { Class="Actor", _Source="(null actor)" }
-- (c) 2006 Glenn Maynard
-- All rights reserved.