mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed the chessboard pattern
This commit is contained in:
parent
c8b1ea8ee6
commit
0049a65be6
@ -1232,7 +1232,7 @@ namespace patterns {
|
|||||||
col[2] /= 4;
|
col[2] /= 4;
|
||||||
return (0x202020 + col[0] + (col[1] << 8) + (col[2] << 16)) >> (err?2:0);
|
return (0x202020 + col[0] + (col[1] << 8) + (col[2] << 16)) >> (err?2:0);
|
||||||
}
|
}
|
||||||
if(whichPattern == 'c') {
|
if(whichCanvas == 'c') {
|
||||||
return (c->master->distance&1) ? 0xC0C0C0 : 0x202020;
|
return (c->master->distance&1) ? 0xC0C0C0 : 0x202020;
|
||||||
}
|
}
|
||||||
if(whichCanvas == 'F') {
|
if(whichCanvas == 'F') {
|
||||||
|
Loading…
Reference in New Issue
Block a user