OpenTTD Source
20241108-master-g80f628063a
|
Store the maximum and actually transported cargo amount for the current and the last month. More...
#include <town_type.h>
Public Member Functions | |
void | NewMonth () |
Update stats for a new month. | |
Data Fields | |
Tstorage | old_max |
Maximum amount last month. | |
Tstorage | new_max |
Maximum amount this month. | |
Tstorage | old_act |
Actually transported last month. | |
Tstorage | new_act |
Actually transported this month. | |
Store the maximum and actually transported cargo amount for the current and the last month.
Definition at line 113 of file town_type.h.