diff options
author | Erich Eckner <git@eckner.net> | 2018-10-30 11:13:12 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-10-30 15:28:03 +0100 |
commit | a34d095259409cf1454d9777deabbc00bcdb9407 (patch) | |
tree | 9e7c37ed33f5bd6b3c2f41cf248dcb656b2a4afa /src/command_type.h | |
parent | 6647cb917963c4e0d6d633b7a92af78167050893 (diff) | |
download | openttd-a34d095259409cf1454d9777deabbc00bcdb9407.tar.xz |
underground patch appliedunderground-plus-others-original
Diffstat (limited to 'src/command_type.h')
-rw-r--r-- | src/command_type.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/command_type.h b/src/command_type.h index 49b11d3e4..d0a0a21ac 100644 --- a/src/command_type.h +++ b/src/command_type.h @@ -301,9 +301,13 @@ enum Commands { CMD_SET_VEHICLE_ON_TIME, ///< set the vehicle on time feature (timetable) CMD_AUTOFILL_TIMETABLE, ///< autofill the timetable CMD_SET_TIMETABLE_START, ///< set the date that a timetable should start + CMD_REINIT_SEPARATION, ///< reinit timetable separation with new parameters CMD_OPEN_CLOSE_AIRPORT, ///< open/close an airport to incoming aircraft + CMD_BUILD_TRAFFICLIGHTS, ///< place traffic lights on a road crossing + CMD_REMOVE_TRAFFICLIGHTS, ///< remove traffic lights + CMD_END, ///< Must ALWAYS be on the end of this list!! (period) }; |