1
0
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:
Zeno Rogue 2022-04-24 22:28:10 +02:00
parent ee475ac5b7
commit 0301ae44db

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;