mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-06 11:59:03 +00:00
added missing MAXMDIM guards
This commit is contained in:
@@ -1270,6 +1270,7 @@ int read_geom_args() {
|
||||
PHASEFROM(2);
|
||||
set_variation(eVariation::warped);
|
||||
}
|
||||
#if MAXMDIM >= 4
|
||||
else if(argis("-subcubes")) {
|
||||
PHASEFROM(2);
|
||||
stop_game();
|
||||
@@ -1301,6 +1302,7 @@ int read_geom_args() {
|
||||
shift(); reg3::coxeter_param = argi();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#if CAP_FIELD
|
||||
else if(argis("-fi")) {
|
||||
fieldpattern::info();
|
||||
|
||||
Reference in New Issue
Block a user