mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 03:54:47 +00:00
also increased OINF to be above FULLEDGE
This commit is contained in:
parent
ee475ac5b7
commit
0301ae44db
@ -828,7 +828,7 @@ static const flagtype qCAT = Flag(28);
|
||||
|
||||
// note: dnext assumes that x&7 equals 7
|
||||
static const int SEE_ALL = 50;
|
||||
static const int OINF = 100;
|
||||
static const int OINF = 123;
|
||||
|
||||
extern eGeometry geometry;
|
||||
extern eVariation variation;
|
||||
|
Loading…
Reference in New Issue
Block a user