mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-07 03:07:01 +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) {
|
||||
if(haveph)
|
||||
if(current.have_ph)
|
||||
return !pseudohept(id);
|
||||
else if(nonbitrunc)
|
||||
return current.tilegroup[id];
|
||||
|
Loading…
x
Reference in New Issue
Block a user