1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +00:00

arb:: fixed a crash in spherical

This commit is contained in:
Zeno Rogue
2025-08-18 15:03:26 +02:00
parent 004a1aa881
commit 35d8129bc4

View File

@@ -177,7 +177,7 @@ void addMessage(string s, char spamtype = 0);
// Dry Forest burning, heat transfer, etc. are performed on the whole universe // Dry Forest burning, heat transfer, etc. are performed on the whole universe
#define doall (closed_or_bounded) #define doall (closed_or_bounded)
#define sphere_narcm (sphere && !arcm::in()) #define sphere_narcm (sphere && !arcm::in() && !arb::in())
#define a4 (S3 == 4) #define a4 (S3 == 4)
#define a45 (S3 == 4 && S7 == 5) #define a45 (S3 == 4 && S7 == 5)