summaryrefslogtreecommitdiff
path: root/src/timetable.h
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-10-30 11:13:12 +0100
committerErich Eckner <git@eckner.net>2018-10-30 15:28:03 +0100
commita34d095259409cf1454d9777deabbc00bcdb9407 (patch)
tree9e7c37ed33f5bd6b3c2f41cf248dcb656b2a4afa /src/timetable.h
parent6647cb917963c4e0d6d633b7a92af78167050893 (diff)
downloadopenttd-underground-plus-others-original.tar.xz
underground patch appliedunderground-plus-others-original
Diffstat (limited to 'src/timetable.h')
-rw-r--r--src/timetable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timetable.h b/src/timetable.h
index fe0848b56..08bce2f32 100644
--- a/src/timetable.h
+++ b/src/timetable.h
@@ -15,6 +15,8 @@
#include "date_type.h"
#include "vehicle_type.h"
+#define WALLCLOCK_NETWORK_COMPATIBLE 0 ///< Whether wallclock should preserve network compatibility. If so, then timetable start dates cannot be set exactly using minutes.
+
void ShowTimetableWindow(const Vehicle *v);
void UpdateVehicleTimetable(Vehicle *v, bool travelling);
void SetTimetableParams(int param1, int param2, Ticks ticks);