mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-24 17:34:48 +00:00
BARLEV now can be 8
This commit is contained in:
2
hyper.h
2
hyper.h
@@ -1529,7 +1529,7 @@ extern bool safety;
|
||||
#define INFD 60
|
||||
#define PINFD 125
|
||||
#ifndef BARLEV
|
||||
#define BARLEV ((ISANDROID||ISIOS||ISFAKEMOBILE||getDistLimit()<7)?9:10)
|
||||
#define BARLEV ((ISANDROID||ISIOS||ISFAKEMOBILE||getDistLimit()<7)?(getDistLimit()<4?8:9):10)
|
||||
#endif
|
||||
#define BUGLEV 15
|
||||
// #define BARLEV 9
|
||||
|
||||
Reference in New Issue
Block a user