1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 20:07:40 +00:00

option disable_bigstuff for some experiments

This commit is contained in:
Zeno Rogue
2021-09-30 13:22:12 +02:00
parent aeb93f7e3f
commit 99f85aecfd
3 changed files with 5 additions and 0 deletions

View File

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