mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-11 06:45:59 +00:00
export symmask
This commit is contained in:
@@ -32,9 +32,9 @@ EX namespace quotientspace {
|
||||
|
||||
int rv(int x) { return (rvadd+x*rvdir) % S7; }
|
||||
|
||||
constexpr int symmask = (1<<30);
|
||||
|
||||
#if HDR
|
||||
constexpr int symmask = (1<<30);
|
||||
|
||||
struct code {
|
||||
vector<int> connections;
|
||||
|
||||
|
Reference in New Issue
Block a user