1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 23:06:00 +00:00

introduced new CAP, CAP_PORTALS

This commit is contained in:
Zeno Rogue
2023-04-15 01:27:35 +02:00
parent 0410f54d43
commit 3f1dc8a4c4
6 changed files with 16 additions and 12 deletions

View File

@@ -1518,7 +1518,7 @@ EX vector<cell*> build_shortest_path(cell *c1, cell *c2) {
}
EX void clearCellMemory() {
#if MAXMDIM >= 4 && CAP_RAY
#if CAP_PORTALS
if(intra::in) {
intra::erase_all_maps();
return;