1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-07 18:20:15 +00:00

geodesic movement cannot be disabled in SL

This commit is contained in:
Zeno Rogue
2019-08-27 21:42:59 +02:00
parent 88c1e0444b
commit c766e27bf2
3 changed files with 3 additions and 2 deletions

View File

@@ -385,7 +385,7 @@ EX namespace models {
dialog::addSelItem(XLAT("projection type"), get_model_name(pmodel), 'm');
dialog::add_action_push(model_list);
if(nonisotropic)
if(nonisotropic && !sl2)
dialog::addBoolItem_action(XLAT("geodesic movement in Sol/Nil"), nisot::geodesic_movement, 'G');
dialog::addBoolItem(XLAT("rotation"), do_rotate == 2, 'r');