mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 12:04:17 -08:00
small cleanup
This commit is contained in:
@@ -257,9 +257,9 @@ impl Galaxy {
|
||||
Galaxy {
|
||||
stardate,
|
||||
final_stardate: stardate + rng.gen_range(25..=35) as f32,
|
||||
quadrants: quadrants,
|
||||
scanned: scanned,
|
||||
enterprise: enterprise
|
||||
quadrants,
|
||||
scanned,
|
||||
enterprise
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user