1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-02 06:24:07 +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) { int threecolor(int id) {
if(haveph) if(current.have_ph)
return !pseudohept(id); return !pseudohept(id);
else if(nonbitrunc) else if(nonbitrunc)
return current.tilegroup[id]; return current.tilegroup[id];