From d560dd12832ab1de9060ebc506ca96c64a1b6b0c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 26 Oct 2019 17:02:30 +0200 Subject: [PATCH] added #undef c to celldrawer.cpp --- celldrawer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/celldrawer.cpp b/celldrawer.cpp index 81d50f2a..2262799b 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -2668,4 +2668,6 @@ void celldrawer::draw_reptile(color_t col) { qfi = qfib; } +#undef c + }