| OpenTTD
    | 
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 112 of file town_type.h.
| 
 | inline | 
Update stats for a new month.
Definition at line 121 of file town_type.h.
 1.8.1.2
 1.8.1.2