mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-26 07:02:49 +00:00
fixed the Recall Yendor Challenge
This commit is contained in:
parent
8672720773
commit
2805c6308c
@ -595,7 +595,8 @@ EX namespace yendor {
|
|||||||
makeEmpty(c2);
|
makeEmpty(c2);
|
||||||
c2->item = itOrbYendor;
|
c2->item = itOrbYendor;
|
||||||
nexttostart = laNone;
|
nexttostart = laNone;
|
||||||
if(clev().flags & YF_RECALL) recallCell = cwt.at;
|
if(clev().flags & YF_RECALL)
|
||||||
|
saveRecall(cwt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user