diff options
Diffstat (limited to 'src/vehicle.h')
-rw-r--r-- | src/vehicle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle.h b/src/vehicle.h index 10ca04903..612807f48 100644 --- a/src/vehicle.h +++ b/src/vehicle.h @@ -219,7 +219,7 @@ struct Vehicle { int32 top_coord; int32 right_coord; int32 bottom_coord; - VehicleID next_hash; + Vehicle *next_hash; // Related to age and service time Date age; // Age in days |