We've already got a copy of that kicking around.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1093 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -397,7 +397,7 @@ public abstract class PuzzleController extends GameController
|
||||
}
|
||||
|
||||
// refuse to start the action if our puzzle view is hidden
|
||||
if (_pidx != -1 && !_panel.getBoardView().isShowing()) {
|
||||
if (_pidx != -1 && !_pview.isShowing()) {
|
||||
log.warning("Refusing to start action on hidden puzzle.", new Exception());
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user