1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 11:57:58 +00:00

added some missing MAXMDIM guards

This commit is contained in:
Zeno Rogue
2020-05-31 17:21:16 +02:00
parent b4687213c3
commit a8a0805b6f
6 changed files with 27 additions and 1 deletions

View File

@@ -1180,6 +1180,7 @@ EX int cyldist(gp::loc a, gp::loc b) {
EX void generate() {
#if MAXMDIM >= 4
if(fake::in()) {
fake::generate();
return;
@@ -1250,6 +1251,7 @@ EX void generate() {
}
reg3::make_vertices_only();
#endif
}