1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-14 05:57:37 +00:00

product:: preliminary version (no turning)

This commit is contained in:
Zeno Rogue
2019-08-17 23:28:41 +02:00
parent f3dd779947
commit 6958cbcbd9
22 changed files with 349 additions and 116 deletions

View File

@@ -555,7 +555,7 @@ struct hrmap_archimedean : hrmap {
}
if(euclid)
alt = encodeId(pair_to_vec(int(T[0][GDIM]), int(T[1][GDIM])));
alt = encodeId(pair_to_vec(int(T[0][LDIM]), int(T[1][LDIM])));
DEBB(DF_GEOM, ("look for: ", alt, " / ", T * C0));