also increased OINF to be above FULLEDGE

This commit is contained in:
Zeno Rogue 2022-04-24 22:28:10 +02:00
parent ee475ac5b7
commit 0301ae44db
1 changed files with 1 additions and 1 deletions

View File

@ -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;