From db744db786c66247a61975781cf3197a5b9a9c44 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 3 Jun 2019 15:37:35 +0200 Subject: [PATCH] flattened reptiles on non-standard tilings --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index f9d7f168..058d5c5f 100644 --- a/graph.cpp +++ b/graph.cpp @@ -3116,7 +3116,7 @@ void set_reptile_floor(cell *c, const transmatrix& V, color_t col, bool nodetail transmatrix D = applyPatterndir(c, si); - if(wmescher) + if(wmescher && (stdhyperbolic || euclid6)) set_floor(D, cgi.shReptile[j][0]); else set_maywarp_floor(c);