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

removed cgi.hepvdist, it was not even computed

This commit is contained in:
Zeno Rogue
2024-06-18 17:26:52 +02:00
parent aae1be2191
commit 263720db60
3 changed files with 1 additions and 4 deletions

View File

@@ -168,8 +168,7 @@ struct geometry_information {
/** distance between hexagon vertex and hexagon center */
ld hexvdist;
/** distance between heptagon vertex and hexagon center (either hcrossf or something else) */
ld hepvdist;
ld unused_value_1; /* removed */
/** distance from heptagon center to heptagon vertex (either hexf or hcrossf) */
ld rhexf;