mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 16:57:56 +00:00
extra guards
This commit is contained in:
@@ -89,8 +89,6 @@ struct archimedean_tiling {
|
||||
};
|
||||
#endif
|
||||
|
||||
#if CAP_ARCM
|
||||
|
||||
#if HDR
|
||||
static const int sfPH = 1;
|
||||
static const int sfLINE = 2;
|
||||
@@ -99,6 +97,8 @@ static const int sfTHREE = 8;
|
||||
static const int sfSEMILINE = 16;
|
||||
#endif
|
||||
|
||||
#if CAP_ARCM
|
||||
|
||||
EX archimedean_tiling current;
|
||||
EX archimedean_tiling fake_current;
|
||||
|
||||
@@ -1450,10 +1450,10 @@ EX int valence() {
|
||||
return total / isize(current.faces);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
EX map<gp::loc, cdata>& get_cdata() { return ((arcm::hrmap_archimedean*) (currentmap))->eucdata; }
|
||||
|
||||
#endif
|
||||
|
||||
EX }
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user