mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-03 10:12:51 +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(tw);
|
||||||
ufind(tw0);
|
ufind(tw0);
|
||||||
|
|
||||||
vector<tcell*> opath;
|
|
||||||
|
|
||||||
for(auto& v: sh.pre) {
|
for(auto& v: sh.pre) {
|
||||||
opath.push_back(tw.at);
|
|
||||||
tw += v;
|
tw += v;
|
||||||
if(!tw.peek() && !(flags & w_less_smart_retrace)) return;
|
if(!tw.peek() && !(flags & w_less_smart_retrace)) return;
|
||||||
ufind(tw);
|
ufind(tw);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user