mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 15:20:27 +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 torus_cx, torus_cy;
|
||||
|
||||
enum eTorusMode {
|
||||
tmSingleHex,
|
||||
tmSingle,
|
||||
tmSlantedHex,
|
||||
tmStraight,
|
||||
tmStraightHex,
|
||||
tmKlein,
|
||||
tmKleinHex
|
||||
};
|
||||
|
||||
static const flagtype TF_SINGLE = 1;
|
||||
static const flagtype TF_SIMPLE = 2;
|
||||
static const flagtype TF_WEIRD = 4;
|
||||
@ -253,11 +243,6 @@ namespace torusconfig {
|
||||
|
||||
static const flagtype TF_KLEIN = 256;
|
||||
|
||||
struct torusmode_info {
|
||||
string name;
|
||||
flagtype flags;
|
||||
};
|
||||
|
||||
vector<torusmode_info> tmodes = {
|
||||
{"single row (hex)", TF_SINGLE | TF_HEX},
|
||||
{"single row (squares)", TF_SINGLE | TF_SQUARE},
|
||||
|
Loading…
Reference in New Issue
Block a user