1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 13:07:16 +00:00

export symmask

This commit is contained in:
Zeno Rogue 2020-11-01 11:33:25 +01:00
parent 785b1aa748
commit bbc124e33c

View File

@ -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;