From a8412336097a45472834f45b5704ec84af879401 Mon Sep 17 00:00:00 2001 From: Jamie Doornbos Date: Fri, 9 May 2008 00:03:55 +0000 Subject: [PATCH] tidied up build.xml with Zells permission, which exposed a problem with the Environment switcheroo, also fixed git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5055 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- build.xml | 3 +++ src/as/com/threerings/util/env/Environment.as-tm | 1 + 2 files changed, 4 insertions(+) diff --git a/build.xml b/build.xml index 506fbc679..82aeb612c 100644 --- a/build.xml +++ b/build.xml @@ -174,9 +174,11 @@ + + @@ -203,6 +205,7 @@ + diff --git a/src/as/com/threerings/util/env/Environment.as-tm b/src/as/com/threerings/util/env/Environment.as-tm index e0bf5236b..2dcef14b7 100644 --- a/src/as/com/threerings/util/env/Environment.as-tm +++ b/src/as/com/threerings/util/env/Environment.as-tm @@ -38,6 +38,7 @@ public class Environment if (obj != null) { return Domain.currentDomain.getVariables(obj); } + return new Array(); } /**