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:
2
hyper.h
2
hyper.h
@@ -177,7 +177,7 @@ void addMessage(string s, char spamtype = 0);
|
||||
// Dry Forest burning, heat transfer, etc. are performed on the whole universe
|
||||
#define doall (closed_or_bounded)
|
||||
|
||||
#define sphere_narcm (sphere && !arcm::in())
|
||||
#define sphere_narcm (sphere && !arcm::in() && !arb::in())
|
||||
|
||||
#define a4 (S3 == 4)
|
||||
#define a45 (S3 == 4 && S7 == 5)
|
||||
|
Reference in New Issue
Block a user