1 parent f0a0efb commit c260b32Copy full SHA for c260b32
1 file changed
src/variety/nawabari.js
@@ -96,6 +96,18 @@
96
qcmp2: 0,
97
98
disInputHatena: true,
99
+
100
+ posthook: {
101
+ qnum: function() {
102
+ if (this.room) {
103
+ this.board.roommgr.setExtraData(this.room);
104
+ }
105
+ if (this.eqblk) {
106
+ this.board.eqblkgraph.setExtraData(this.eqblk);
107
108
109
+ },
110
111
displayNum: function() {
112
var qcmp = this.qcmp1 || this.qcmp2;
113
if (this.puzzle.execConfig("autoerr") && this.qnum === -1 && qcmp) {
0 commit comments