mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-04 04:43:57 +00:00
BARLEV may be predefined
This commit is contained in:
parent
d0bee1b335
commit
2f9e5186f6
2
hyper.h
2
hyper.h
@ -869,7 +869,9 @@ extern bool safety;
|
|||||||
#define INF 9999
|
#define INF 9999
|
||||||
#define INFD 20
|
#define INFD 20
|
||||||
#define PINFD 125
|
#define PINFD 125
|
||||||
|
#ifndef BARLEV
|
||||||
#define BARLEV ((ISANDROID||ISIOS||ISFAKEMOBILE||getDistLimit()<7)?9:10)
|
#define BARLEV ((ISANDROID||ISIOS||ISFAKEMOBILE||getDistLimit()<7)?9:10)
|
||||||
|
#endif
|
||||||
#define BUGLEV 15
|
#define BUGLEV 15
|
||||||
// #define BARLEV 9
|
// #define BARLEV 9
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user