1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-22 05:03:19 +00:00

product:: set missing hexvdist

This commit is contained in:
Zeno Rogue 2019-08-19 13:55:30 +02:00
parent 33cb21f203
commit 508742e7a9

View File

@ -452,6 +452,7 @@ void geometry_information::prepare_basics() {
t->crossf = cgi.crossf;
t->hcrossf = cgi.crossf;
t->tessf = cgi.tessf;
t->hexvdist = cgi.hexvdist;
t->hexhexdist = cgi.hexhexdist;
t->base_distlimit = cgi.base_distlimit-1;
});