1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 12:27:57 +00:00

Princess Quest now marked as 'ingame' when in Princess Challenge

This commit is contained in:
Zeno Rogue
2024-03-27 16:53:31 +01:00
parent 8a407f4505
commit d2cd6fa2c1
3 changed files with 5 additions and 2 deletions

View File

@@ -230,6 +230,7 @@ EX bool landUnlocked(eLand l) {
#define ACCONLY3(x,y,z)
#define ACCONLYF(x)
#define IFINGAME(land, ok, fallback) if(isLandIngame(land)) { ok } else { fallback }
#define INMODE(x) if(x) return true;
#include "content.cpp"
case landtypes: return false;