1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 06:33:19 +00:00

euclid:: set the qSMALL flag

This commit is contained in:
Zeno Rogue 2019-11-28 00:14:57 +01:00
parent 07477e2b23
commit 7d99bc8c73

View File

@ -521,6 +521,7 @@ EX namespace euclid3 {
set_flag(ginf[g].flags, qANYQ, infinite_dims < dim);
set_flag(ginf[g].flags, qBOUNDED, infinite_dims == 0);
set_flag(ginf[g].flags, qSMALL, infinite_dims == 0 && det <= 4096);
bool nonori = false;
if(twisted&1) nonori = !nonori;
if(twisted&2) nonori = !nonori;