Rerun generators.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@473 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Dave Hoover
2007-10-26 21:06:42 +00:00
parent 44ddce00e8
commit adaf80af0a
8 changed files with 16 additions and 16 deletions
@@ -105,7 +105,7 @@ public class PuzzleObject extends GameObject
BoardSummary[] ovalue = this.summaries;
requestAttributeChange(
SUMMARIES, value, ovalue);
this.summaries = (value == null) ? null : (BoardSummary[])value.clone();
this.summaries = (value == null) ? null : value.clone();
}
/**