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:
Dave Hoover
2011-05-26 17:31:30 +00:00
parent d905cbef7a
commit 41ecb334ba
@@ -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;
}