1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-09 20:26:45 +00:00

increased vertex_distance to 13 in 334

This commit is contained in:
Zeno Rogue 2019-10-12 13:16:22 +02:00
parent 31861cc45a
commit 48f0162e69

View File

@ -132,7 +132,7 @@ EX namespace reg3 {
ld vertex_distance;
if(cgflags & qIDEAL) {
vertex_distance = 10;
vertex_distance = 13;
}
else {