mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 13:07:16 +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; }
|
||||
|
||||
#if HDR
|
||||
constexpr int symmask = (1<<30);
|
||||
|
||||
#if HDR
|
||||
struct code {
|
||||
vector<int> connections;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user