Completed parsing of multi-layer scene XML files.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@123 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-07-25 01:38:08 +00:00
parent 14d47f8c85
commit 9bec86fe87
2 changed files with 123 additions and 39 deletions
@@ -1,5 +1,5 @@
//
// $Id: DisplayMisoSceneImpl.java,v 1.13 2001/07/24 22:52:02 shaper Exp $
// $Id: DisplayMisoSceneImpl.java,v 1.14 2001/07/25 01:38:08 shaper Exp $
package com.threerings.miso.scene;
@@ -174,7 +174,7 @@ public class Scene
/** The unique scene id. */
protected short _sid;
/** Hot-spot zone points */
/** Hot-spot zone points. */
protected Point _hotspots[];
/** Exit points to different scenes. */