(svn r5919) -Cleanup: use the type Date when the variable really is a date

This commit is contained in:
rubidium
2006-08-15 16:55:40 +00:00
parent 1cc6e186f0
commit a0b4a29a57
8 changed files with 18 additions and 18 deletions

View File

@@ -210,8 +210,8 @@ struct Vehicle {
// Related to age and service time
uint16 age; // Age in days
uint16 max_age; // Maximum age
uint16 date_of_last_service;
uint16 service_interval;
Date date_of_last_service;
Date service_interval;
uint16 reliability;
uint16 reliability_spd_dec;
byte breakdown_ctr;