From 0d60ff6bdc3c445ecf6586c9d220e9b6743e45fa Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 20 Aug 2021 00:44:12 +0200 Subject: [PATCH] find_new_shortcuts fix hid original shortcuts --- rulegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rulegen.cpp b/rulegen.cpp index 16ac4c88..edffc8a8 100644 --- a/rulegen.cpp +++ b/rulegen.cpp @@ -401,7 +401,7 @@ EX void find_new_shortcuts(tcell *c, int d, tcell *alt, int delta) { walkers2.push_back(twalker(alt, delta)); for(int j=0; jtype; s++) { twalker w1 = w + s; if(!w1.peek()) continue;