mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r4336) Fix units conversion of volume for SI
This commit is contained in:
parent
0a509a4c48
commit
dcde932043
@ -514,7 +514,7 @@ static const Units units[] = {
|
||||
284, 10, STR_UNITS_VELOCITY_SI,
|
||||
764, 10, STR_UNITS_POWER_SI,
|
||||
1000, 0, STR_UNITS_WEIGHT_SHORT_SI, STR_UNITS_WEIGHT_LONG_SI,
|
||||
1000, 0, STR_UNITS_VOLUME_SHORT_SI, STR_UNITS_VOLUME_LONG_SI,
|
||||
1, 0, STR_UNITS_VOLUME_SHORT_SI, STR_UNITS_VOLUME_LONG_SI,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user