Wired up rest of location change stuff.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@776 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-12-14 01:51:46 +00:00
parent b9b0d9cd69
commit 8e27b7e740
4 changed files with 74 additions and 12 deletions
@@ -1,5 +1,5 @@
//
// $Id: SceneDirector.java,v 1.8 2001/12/04 00:30:27 mdb Exp $
// $Id: SceneDirector.java,v 1.9 2001/12/14 01:51:45 mdb Exp $
package com.threerings.whirled.client;
@@ -304,10 +304,8 @@ public class SceneDirector
* to enter. */
protected SceneModel _pendingModel;
/**
* The id of the scene for which we have an outstanding moveTo
* request, or -1 if we have no outstanding request.
*/
/** The id of the scene for which we have an outstanding moveTo
* request, or -1 if we have no outstanding request. */
protected int _pendingSceneId = -1;
/** The id of the scene we previously occupied. */