Skip to content

Commit 7971f7d

Browse files
committed
seiza: Fix encoding of puzzles without invalid cells
1 parent 00c45f0 commit 7971f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/variety/seiza.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
},
166166
encodePzpr: function(type) {
167167
this.encodeBorder();
168-
this.encodeEmpty();
168+
this.encodeBinary("ques", 7);
169169
this.encodeRoomNumber16();
170170
},
171171
encodeBorder_makaro: function() {

0 commit comments

Comments
 (0)