1
0
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:
IntelOrca
2015-12-18 21:11:24 +00:00
parent 859c35574a
commit 22b4df1a99
10 changed files with 49 additions and 9 deletions

View File

@@ -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
};