Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine committed Jul 2, 2023
1 parent aaec7c6 commit d207b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/galaxy/StarSystemGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ void PopulateStarSystemGenerator::PopulateAddStations(SystemBody *sbody, StarSys
++NumToMake;
pop -= rand.Fixed();
}
if ((NumToMake == 0) and (sbody->CalcSurfaceGravity() > 10.5)) { // 10.5 m/s2 =
if ((NumToMake == 0) and (sbody->CalcSurfaceGravity() > 10.5)) { // 10.5 m/s2 = 1,07 g
NumToMake = 1;
printf("Station created in %s around %s\n", system->GetName().c_str(), sbody->GetName().c_str());
}
Expand Down

0 comments on commit d207b73

Please sign in to comment.