1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

fixed some uninitialized variable warnings

This commit is contained in:
Zeno Rogue
2019-04-04 14:36:58 +02:00
parent 57f2891826
commit f9db5b3863
2 changed files with 3 additions and 3 deletions

View File

@@ -1008,7 +1008,7 @@ struct horo_distance {
a = abs(binary::horo_level(ih1));
}
else
b = intval(h1, tC0(ggmatrix(c)));
a = 0, b = intval(h1, tC0(ggmatrix(c)));
}
bool operator < (const horo_distance z) {
if(binarytiling) {