mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-10 10:24:06 +00:00
fix for the export commit
This commit is contained in:
parent
6b3bb78a19
commit
81e7dfcad0
15
cell.cpp
15
cell.cpp
@ -234,16 +234,6 @@ namespace torusconfig {
|
|||||||
int newqty, newdy, newsdx, newsdy;
|
int newqty, newdy, newsdx, newsdy;
|
||||||
int torus_cx, torus_cy;
|
int torus_cx, torus_cy;
|
||||||
|
|
||||||
enum eTorusMode {
|
|
||||||
tmSingleHex,
|
|
||||||
tmSingle,
|
|
||||||
tmSlantedHex,
|
|
||||||
tmStraight,
|
|
||||||
tmStraightHex,
|
|
||||||
tmKlein,
|
|
||||||
tmKleinHex
|
|
||||||
};
|
|
||||||
|
|
||||||
static const flagtype TF_SINGLE = 1;
|
static const flagtype TF_SINGLE = 1;
|
||||||
static const flagtype TF_SIMPLE = 2;
|
static const flagtype TF_SIMPLE = 2;
|
||||||
static const flagtype TF_WEIRD = 4;
|
static const flagtype TF_WEIRD = 4;
|
||||||
@ -253,11 +243,6 @@ namespace torusconfig {
|
|||||||
|
|
||||||
static const flagtype TF_KLEIN = 256;
|
static const flagtype TF_KLEIN = 256;
|
||||||
|
|
||||||
struct torusmode_info {
|
|
||||||
string name;
|
|
||||||
flagtype flags;
|
|
||||||
};
|
|
||||||
|
|
||||||
vector<torusmode_info> tmodes = {
|
vector<torusmode_info> tmodes = {
|
||||||
{"single row (hex)", TF_SINGLE | TF_HEX},
|
{"single row (hex)", TF_SINGLE | TF_HEX},
|
||||||
{"single row (squares)", TF_SINGLE | TF_SQUARE},
|
{"single row (squares)", TF_SINGLE | TF_SQUARE},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user