-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change fog distance from statute miles to nautical miles #31
Change fog distance from statute miles to nautical miles #31
Conversation
Ah good spot. Will review. |
Had a quick look. Looks good, but need to check it compiled to see it working, and double check it against the wording of the menu. May require an update to the language file to reflect this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the wording in the dialogue need to change to go along with this?
It might be worth moving these conversions & other hard-coded values into a YSFlight constants header/class eventually (just something to think about) |
it would be nice to have unit conversion or definition handled in one unified place. |
There are some, well, there is a meters to NM, not sure if there is a visa
versa
…On Tue, 27 Jun 2023, 22:51 decaff42, ***@***.***> wrote:
it would be nice to have unit conversion or definition handled in one
unified place.
—
Reply to this email directly, view it on GitHub
<#31 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG2ZPNPN6YTVILSFP4OJ65LXNNIXJANCNFSM6AAAAAAZSIIHUY>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
I noticed a couple of other instances of
1609.0
infsguinewflightdialog.cpp
related to the fog visibility distance. I changed these to1852.0
so that these distances are in nautical miles.