Nix redundant cast.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@892 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -715,7 +715,7 @@ public abstract class PuzzleController extends GameController
|
||||
|
||||
_events.add(Integer.valueOf(event));
|
||||
if (isSyncingBoards()) {
|
||||
_states.add((board == null) ? null : (Board)board.clone());
|
||||
_states.add((board == null) ? null : board.clone());
|
||||
if (board == null) {
|
||||
log.warning(
|
||||
"Added progress event with no associated board state, " +
|
||||
|
||||
Reference in New Issue
Block a user