mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-02 06:24:07 +00:00
compiler bugfix
This commit is contained in:
parent
881a72c45b
commit
3b288f9e1d
@ -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];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user