Files
@ r28370:d448a5422ad5
Branch filter:
Location: cpp/openttd-patchpack/source/src/transparency_gui.h - annotation
r28370:d448a5422ad5
774 B
text/x-c
Fix: Calculation of initial engine age was inaccurate. (#11660)
Engine age in months was calculated as the difference in days / 32, instead of the actually difference in months. This would result in engines being artificially younger if a game was started at a later date.
Engine age in months was calculated as the difference in days / 32, instead of the actually difference in months. This would result in engines being artificially younger if a game was started at a later date.