1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-05 17:30:16 +00:00

support for portal spaces

This commit is contained in:
Zeno Rogue
2021-02-18 15:53:21 +01:00
parent a634412dcb
commit d96f92c0f8
6 changed files with 20 additions and 2 deletions

View File

@@ -3578,6 +3578,7 @@ EX namespace windmap {
}
EX void create() {
if(cgflags & qPORTALSPACE) return;
samples.clear();
neighbors.clear();
getid.clear();