Whoops! I forgot to check in the new StageLocation class,

also added a log error message to my equals() logic error checking.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4141 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-05-23 22:12:30 +00:00
parent 99a97622a6
commit 412c02cbaa
2 changed files with 135 additions and 0 deletions
@@ -68,6 +68,8 @@ public class SceneLocation extends SimpleStreamableObject
{
// TEMP
if (other instanceof Location) {
com.threerings.whirled.spot.Log.warning(
"Illegal compare of SceneLocation and Location!!!");
Thread.dumpStack(); // this will help us find logic errors,
// as a SceneLocation and a Location shouldn't be compared
}