1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-16 11:08:05 +00:00

replaced euclid3:: with euc::

This commit is contained in:
Zeno Rogue
2019-12-08 11:01:28 +01:00
parent ddb5d07ff6
commit e8a39e6663
11 changed files with 38 additions and 42 deletions

View File

@@ -966,7 +966,7 @@ void geometry_information::create_wall3d() {
}
if(GDIM == 3 && euclid && S7 == 12) {
auto v = euclid3::get_shifttable();
auto v = euc::get_shifttable();
for(int w=0; w<12; w++) {
auto co = v[w];
vector<int> valid;
@@ -979,7 +979,7 @@ void geometry_information::create_wall3d() {
}
if(GDIM == 3 && euclid && S7 == 14) {
auto v = euclid3::get_shifttable();
auto v = euc::get_shifttable();
for(int w=0; w<14; w++) {
bshape(shWall3D[w], PPR::WALL);
if(w%7 < 3) {