1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

fixed the Recall Yendor Challenge

This commit is contained in:
Zeno Rogue 2019-12-27 23:02:07 +01:00
parent 8672720773
commit 2805c6308c

View File

@ -595,7 +595,8 @@ EX namespace yendor {
makeEmpty(c2);
c2->item = itOrbYendor;
nexttostart = laNone;
if(clev().flags & YF_RECALL) recallCell = cwt.at;
if(clev().flags & YF_RECALL)
saveRecall(cwt);
}
}