Updates to reflect new BodyObject.location change. We now have a ScenePlace and

ScenedBodyObject goes away.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@372 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-07-21 00:47:00 +00:00
parent c8b2f7212b
commit e03ddd71e8
20 changed files with 174 additions and 156 deletions
@@ -105,9 +105,9 @@ public class ClientController extends Controller
", err=" + nfe + "].");
}
} else if (_body.location != -1) {
} else if (_body.location != null) {
// if we were already in a location, go there
moveOid = _body.location;
moveOid = _body.location.placeOid;
} else {
// otherwise head to the default lobby to start things off