From ce4be1bc6b53e9b1e1ec216f9ffd5e31e0d2fceb Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 15 Oct 2021 22:38:24 +0200 Subject: [PATCH] fixed pseudogonal to pseudohedral --- config.cpp | 6 +++--- floorshapes.cpp | 4 ++-- geometry.cpp | 2 +- hyper.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config.cpp b/config.cpp index 58d1defe..2eb3991a 100644 --- a/config.cpp +++ b/config.cpp @@ -2184,7 +2184,7 @@ EX void show3D() { dialog::addBoolItem_action(XLAT("fixed Y/Z rotation"), vid.fixed_yz, 'Z'); if(WDIM == 2 && GDIM == 3) { - add_edit(vid.pseudogonal); + add_edit(vid.pseudohedral); // add_edit(vid.depth_bonus); } @@ -2303,8 +2303,8 @@ EX int config3 = addHook(hooks_configfile, 100, [] { param_f(linepatterns::parallel_max, "parallel_max") ->editable(0, 360*degree, 15*degree, "last parallel drawn", "", 'n'); param_f(vid.depth_bonus, "depth_bonus", 0) - ->editable(-5, 5, .1, "depth bonus in pseudogonal", "", 'b'); - param_b(vid.pseudogonal, "pseudogonal", false) + ->editable(-5, 5, .1, "depth bonus in pseudohedral", "", 'b'); + param_b(vid.pseudohedral, "pseudogonal", false) ->editable("make the tiles flat", 'p'); param_f(vid.depth, "depth", "3D depth", 1) ->editable(0, 5, .1, "Ground level below the plane", "", 'd') diff --git a/floorshapes.cpp b/floorshapes.cpp index 8887bf40..7b43829b 100644 --- a/floorshapes.cpp +++ b/floorshapes.cpp @@ -606,14 +606,14 @@ void geometry_information::generate_floorshapes_for(int id, cell *c, int siid, i for(int t=0; t