1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 18:00:34 +00:00

a comment on why OINF should be divisible by 3

This commit is contained in:
Zeno Rogue 2022-10-08 02:02:03 +02:00
parent 5008609b95
commit 2bafda5f18

View File

@ -828,6 +828,7 @@ static const flagtype qCAT = Flag(28);
// note: dnext assumes that x&7 equals 7 // note: dnext assumes that x&7 equals 7
static const int SEE_ALL = 50; static const int SEE_ALL = 50;
// note: check_football_colorability in arbitrile.cpp assumes OINF is divisible by 3
static const int OINF = 123; static const int OINF = 123;
extern eGeometry geometry; extern eGeometry geometry;