mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
implement SI units for distance / speed measurement, closes #2496
This commit is contained in:
@@ -104,6 +104,7 @@ config_enum_definition _screenShotFormatEnum[] = {
|
||||
config_enum_definition _measurementFormatEnum[] = {
|
||||
{ "IMPERIAL", MEASUREMENT_FORMAT_IMPERIAL },
|
||||
{ "METRIC", MEASUREMENT_FORMAT_METRIC },
|
||||
{ "SI", MEASUREMENT_FORMAT_SI },
|
||||
END_OF_ENUM
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user