mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-17 07:07:38 +00:00
spiral angle defaults to 70
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user