mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-26 18:25:13 +00:00
fixed the Recall Yendor Challenge
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user