Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: robx/pzprjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 62df760f95fefcc40f3e2114fc1ba8106057dede
Choose a base ref
..
head repository: robx/pzprjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11b8781759bd5c05d0e6416ab63af2a56ba13700
Choose a head ref
Showing with 4 additions and 1 deletion.
  1. +4 −1 src/variety-common/Answer.js
5 changes: 4 additions & 1 deletion src/variety-common/Answer.js
Original file line number Diff line number Diff line change
@@ -427,7 +427,10 @@ pzpr.classmgr.makeCommon({
if (this.checkOnly) {
break;
}
cross.seterr(1);

if (val === 0) {
cross.seterr(1);
}
bd.borderinside(
cross.bx - 1,
cross.by - 1,