mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 03:47:40 +00:00
added some missing CAP_ and MAXMDIM guards
This commit is contained in:
@@ -604,8 +604,10 @@ void showEuclideanMenu() {
|
||||
|
||||
dialog::add_action_push([] { ge_select_tiling(quotientlist); });
|
||||
|
||||
#if MAXMDIM >= 4
|
||||
dialog::addSelItem(XLAT("dimension"), its(DIM), 'd');
|
||||
dialog::add_action_push([] { ge_select_tiling(list3d); });
|
||||
#endif
|
||||
|
||||
#if CAP_IRR
|
||||
if(hyperbolic && IRREGULAR) {
|
||||
|
||||
Reference in New Issue
Block a user