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:
@@ -3569,6 +3569,7 @@ EX namespace windmap {
|
||||
}
|
||||
|
||||
EX void create() {
|
||||
if(disable_bigstuff) return;
|
||||
if(cgflags & qPORTALSPACE) return;
|
||||
samples.clear();
|
||||
neighbors.clear();
|
||||
|
||||
Reference in New Issue
Block a user