Package jockeying related to moving everything into the test directory.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@605 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
//
|
||||
// $Id: DummyScene.java,v 1.6 2001/11/08 02:07:36 mdb Exp $
|
||||
// $Id: DummyScene.java,v 1.7 2001/11/08 02:59:17 mdb Exp $
|
||||
|
||||
package com.threerings.whirled;
|
||||
package com.threerings.whirled.data;
|
||||
|
||||
import com.threerings.crowd.data.PlaceConfig;
|
||||
import com.threerings.whirled.data.Scene;
|
||||
|
||||
public class DummyScene implements Scene
|
||||
{
|
||||
@@ -35,7 +34,7 @@ public class DummyScene implements Scene
|
||||
|
||||
public PlaceConfig getPlaceConfig ()
|
||||
{
|
||||
return new TestConfig();
|
||||
return null;
|
||||
}
|
||||
|
||||
protected int _sceneId;
|
||||
|
||||
Reference in New Issue
Block a user