1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-11 09:32:05 +00:00

made radar work in new embedded_planes, with some glitches

This commit is contained in:
Zeno Rogue
2022-12-17 23:59:39 +01:00
parent c252e8f51e
commit c2dc16f8ca
4 changed files with 63 additions and 23 deletions
+1 -1
View File
@@ -956,7 +956,7 @@ EX void swapmatrix(hyperpoint& h) {
EX transmatrix parabolic1(ld u) {
if(euclid)
return ypush(u);
else if(geom3::hyp_in_solnih()) {
else if(geom3::hyp_in_solnih() && !geom3::flipped) {
return ypush(u);
}
else {