mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-12 07:25:40 +00:00
compiler bugfix
This commit is contained in:
+1
-1
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user