1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-13 04:34:07 +00:00

fixed Camelot display

This commit is contained in:
Zeno Rogue 2025-05-11 13:29:04 +02:00
parent 0681d0bce1
commit ceee8af9ca

View File

@ -2445,7 +2445,7 @@ void celldrawer::draw_wall_full() {
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);
}