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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user