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