1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-07 03:07:01 +00:00

compiler bugfix

This commit is contained in:
Zeno Rogue 2018-08-22 11:52:11 +02:00
parent 881a72c45b
commit 3b288f9e1d

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];