1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-28 06:39:55 +00:00

spiral angle defaults to 70

This commit is contained in:
Zeno Rogue 2018-11-11 12:39:20 +01:00
parent 36517a105d
commit 8914868bce

View File

@ -393,7 +393,7 @@ namespace conformal {
movetophase(); movetophase();
} }
ld spiral_angle, spiral_x = 10, spiral_y = 7; ld spiral_angle = 70, spiral_x = 10, spiral_y = 7;
int spiral_id = 7; int spiral_id = 7;
cld spiral_multiplier; cld spiral_multiplier;