summaryrefslogtreecommitdiff
path: root/src/base_consist.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-02-14 17:04:01 +0000
committerrubidium <rubidium@openttd.org>2013-02-14 17:04:01 +0000
commitc77cd1f409698a5c3c0dc89f2cd1930b20b90554 (patch)
treed73eefa6aae84ccaec5d3657a03c692e4f5b2cac /src/base_consist.h
parent328ed1cf94a5a18fad75ae7057202b5c05138765 (diff)
downloadopenttd-c77cd1f409698a5c3c0dc89f2cd1930b20b90554.tar.xz
(svn r24994) -Codechange: Replace access to service_interval with accessors (peter1138)
Diffstat (limited to 'src/base_consist.h')
-rw-r--r--src/base_consist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base_consist.h b/src/base_consist.h
index 5e45d354d..0ea13b3f2 100644
--- a/src/base_consist.h
+++ b/src/base_consist.h
@@ -24,7 +24,7 @@ struct BaseConsist {
int32 lateness_counter; ///< How many ticks late (or early if negative) this vehicle is.
Date timetable_start; ///< When the vehicle is supposed to start the timetable.
- Date service_interval; ///< The interval for (automatic) servicing; either in days or %.
+ uint32 service_interval; ///< The interval for (automatic) servicing; either in days or %.
VehicleOrderID cur_real_order_index;///< The index to the current real (non-implicit) order
VehicleOrderID cur_implicit_order_index;///< The index to the current implicit order