mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-09 12:16:45 +00:00
rulegen:: removed debug
This commit is contained in:
parent
591d370ea4
commit
dfe0d7ccf9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user