That's odd... I'm not entirely sure why that compiled.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@976 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Nathan Curtis
2010-10-12 23:24:26 +00:00
parent 46e68dc0c0
commit 2cf9d3abe0
@@ -238,7 +238,7 @@ public class ZoneDirector extends BasicDirector
} else { } else {
log.info("Delaying forced move because we have a move pending", log.info("Delaying forced move because we have a move pending",
"pend", _scdir.getPendingModel(), "rzId", zoneId, "rsId", sceneId); "pend", _scdir.getPendingModel(), "rzId", zoneId, "rsId", sceneId);
_scdir.addPendingForcedMove(new function() :void { _scdir.addPendingForcedMove(function() :void {
forcedMove(zoneId, sceneId); forcedMove(zoneId, sceneId);
}); });
} }