1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 06:33:19 +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();
}
ld spiral_angle, spiral_x = 10, spiral_y = 7;
ld spiral_angle = 70, spiral_x = 10, spiral_y = 7;
int spiral_id = 7;
cld spiral_multiplier;