refactored the vertical movement functions

This commit is contained in:
Zeno Rogue
2022-12-09 02:33:15 +01:00
parent adfab30c62
commit bf001926c2
12 changed files with 210 additions and 181 deletions
+1 -1
View File
@@ -1053,7 +1053,7 @@ EX void handle() {
hyperpoint h = product_decompose(fac.h0).second;
h = PIU( deparabolic13(h) );
dep[0] = h[0];
return zshift(PIU(parabolic13(dep)), dec.first);
return orthogonal_move(PIU(parabolic13(dep)), dec.first);
}
#else
if(false) {}