compiler bugfix

This commit is contained in:
Zeno Rogue 2018-08-22 11:52:11 +02:00
parent 881a72c45b
commit 3b288f9e1d
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ bool linespattern(cell *c) {
}
int threecolor(int id) {
if(haveph)
if(current.have_ph)
return !pseudohept(id);
else if(nonbitrunc)
return current.tilegroup[id];