mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 07:16:01 +00:00
rulegen:: removed debug
This commit is contained in:
@@ -784,10 +784,7 @@ EX void look_for_shortcuts(tcell *c, shortcut& sh) {
|
||||
ufind(tw);
|
||||
ufind(tw0);
|
||||
|
||||
vector<tcell*> opath;
|
||||
|
||||
for(auto& v: sh.pre) {
|
||||
opath.push_back(tw.at);
|
||||
tw += v;
|
||||
if(!tw.peek() && !(flags & w_less_smart_retrace)) return;
|
||||
ufind(tw);
|
||||
|
Reference in New Issue
Block a user