1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

yet one more compiler warning

This commit is contained in:
Zeno Rogue 2017-10-30 22:48:35 +01:00
parent 77233040b4
commit fd57528b72

View File

@ -69,7 +69,7 @@ void precalc() {
for(int p=0; p<100; p++) {
ld f = (fmin+fmax) / 2;
ld v1, v2;
ld v1=0, v2=0;
if(vertexdegree == 3) {
hyperpoint H = xpush(f) * C0;
v1 = intval(H, C0), v2 = intval(H, spin(2*M_PI/S7)*H);