mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-13 12:44:08 +00:00
fixed Camelot display
This commit is contained in:
parent
0681d0bce1
commit
ceee8af9ca
@ -2445,7 +2445,7 @@ void celldrawer::draw_wall_full() {
|
|||||||
|
|
||||||
if(fake::split()) sha1 ^= (w | r | r4);
|
if(fake::split()) sha1 ^= (w | r | r4);
|
||||||
|
|
||||||
if(c->land == laCamelot || ((sha0 & w) && (sha1 & r))) {
|
if((c->land == laCamelot && c->wall == waCamelot) || ((sha0 & w) && (sha1 & r))) {
|
||||||
sha0 ^= (w | r | r4);
|
sha0 ^= (w | r | r4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user