Files
@ r28370:d448a5422ad5
Branch filter:
Location: cpp/openttd-patchpack/source/src/console_func.h
r28370:d448a5422ad5
2.3 KiB
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.