1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-16 02:58:05 +00:00

support for portal spaces

This commit is contained in:
Zeno Rogue
2021-02-18 15:53:21 +01:00
parent a634412dcb
commit d96f92c0f8
6 changed files with 20 additions and 2 deletions

View File

@@ -803,6 +803,8 @@ static const flagtype qAFFINE = Flag(24);
static const flagtype qULTRA = Flag(25);
static const flagtype qPORTALSPACE = Flag(26);
// note: dnext assumes that x&7 equals 7
static const int SEE_ALL = 50;
static const int OINF = 100;