Mercurial > hg > openttd
diff src/vehicle.h @ 7066:bd6373f5acf4 draft
(svn r10331) -Feature: Add the possibility of automatically filling in timetables based on
the times from the first (or subsequent) run-throughs.
author | maedhros <maedhros@openttd.org> |
---|---|
date | Mon, 25 Jun 2007 20:55:43 +0000 |
parents | d03670858cef |
children | 787d1ac148e4 |
line wrap: on
line diff
--- a/src/vehicle.h +++ b/src/vehicle.h @@ -95,6 +95,8 @@ VF_LOADING_FINISHED, VF_CARGO_UNLOADING, VF_BUILT_AS_PROTOTYPE, + VF_TIMETABLE_STARTED, ///< Whether the vehicle has started running on the timetable yet. + VF_AUTOFILL_TIMETABLE, ///< Whether the vehicle should fill in the timetable automatically. }; /* Effect vehicle types */