From ceee8af9ca6326825ea253fa34ff3141147a8fa4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 11 May 2025 13:29:04 +0200 Subject: [PATCH] fixed Camelot display --- celldrawer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celldrawer.cpp b/celldrawer.cpp index 1c03d3a9..f693ec0c 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -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); }