1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-09 13:56:00 +00:00

introduced new CAP, CAP_PORTALS

This commit is contained in:
Zeno Rogue
2023-04-15 01:27:35 +02:00
parent 0410f54d43
commit 3f1dc8a4c4
6 changed files with 16 additions and 12 deletions

View File

@@ -1316,7 +1316,7 @@ EX string cgi_string() {
return s;
}
#if MAXMDIM >= 4 && CAP_RAY
#if CAP_PORTALS
#define IFINTRA(x,y) x
#else
#define IFINTRA(x,y) y