1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 18:59:59 +00:00

fixed two types in the binary tiling

This commit is contained in:
Zeno Rogue 2018-08-27 19:37:35 +02:00
parent ff84f63abd
commit 641e463643

View File

@ -884,6 +884,7 @@ namespace patterns {
if(binarytiling) {
if(pat == PAT_SINGLETYPE) si.id = 0;
else si.id = c->type & 1;
si.dir = 2;
return si;
}