From 0aa94f073a72113c8d8d71f3ac7248290349765b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 27 Dec 2019 12:42:36 +0100 Subject: [PATCH] the 'types' pattern is now choosable in the patterns menu when in arcm or arb --- pattern2.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pattern2.cpp b/pattern2.cpp index 857d3fee..0d7c2e92 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -1813,6 +1813,9 @@ EX namespace patterns { dialog::addSelItem(XLAT("Penrose staircase"), "Nil", '/'); } + if(arb::in() || arcm::in()) + dialog::addSelItem(XLAT("types"), "types", 'A'); + dialog::addSelItem(XLAT("sides"), "sides", 'B'); if(!ISMOBILE)