Fixed recent breakage of actionscript bureaus. Apparently tamarin does not like constant members assigned in a base class? Weird but plausible if it (buggily) sets up all members of a class and assigns defaults values before constructing bases.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5470 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2008-10-27 07:54:38 +00:00
parent 6c4f37d49f
commit d9f5328f1c
@@ -153,7 +153,7 @@ public class BureauDirector extends BasicDirector
}
/** Create a logger for the entire package.. */
protected const log :Log = Log.getLog("com.threerings.bureau");
protected var log :Log = Log.getLog("com.threerings.bureau");
protected var _bureauService :BureauService;
protected var _agents :HashMap = new HashMap();