Oh the price we pay for wanting to be able to logoff and log back on

without exiting the client.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1843 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-10-27 21:24:58 +00:00
parent 14a313486b
commit 6781e1da56
4 changed files with 51 additions and 18 deletions
@@ -1,5 +1,5 @@
//
// $Id: SceneDirector.java,v 1.20 2002/08/14 19:07:57 mdb Exp $
// $Id: SceneDirector.java,v 1.21 2002/10/27 21:24:58 mdb Exp $
package com.threerings.whirled.client;
@@ -348,7 +348,12 @@ public class SceneDirector extends BasicDirector
{
super.clientDidLogoff(client);
// clear out our business
clearScene();
_pendingSceneId = -1;
releaseSceneModel(_pendingModel);
_previousSceneId = -1;
_sservice = null;
}
// documentation inherited from interface