From e46079c513fd7ae55af7de2d406f0addc6843ad1 Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Tue, 13 Sep 2011 02:06:50 +0000 Subject: [PATCH] add NullActor --- Themes/_fallback/Scripts/02 ActorDef.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Themes/_fallback/Scripts/02 ActorDef.lua b/Themes/_fallback/Scripts/02 ActorDef.lua index 1c9d1d99a5..2ce2f98b54 100644 --- a/Themes/_fallback/Scripts/02 ActorDef.lua +++ b/Themes/_fallback/Scripts/02 ActorDef.lua @@ -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.