Add: Game units for height. (#14615)

This commit is contained in:
Rito12
2025-10-24 22:25:16 +02:00
committed by dP
parent d0ce29fb28
commit 91498a326b
3 changed files with 5 additions and 2 deletions

View File

@@ -916,6 +916,7 @@ static const Units _units_height[] = {
{ { 3.0 }, STR_UNITS_HEIGHT_IMPERIAL, 0 }, // "Wrong" conversion factor for more nicer GUI values
{ { 1.0 }, STR_UNITS_HEIGHT_METRIC, 0 },
{ { 1.0 }, STR_UNITS_HEIGHT_SI, 0 },
{ { .02 }, STR_UNITS_HEIGHT_GAMEUNITS,0 },
};
/** Unit conversions for time in calendar days or wallclock seconds */