diff options
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) }; |