From a0454490abd68ce109d4e126227cd3ffcde866cf Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Thu, 21 Mar 2024 20:42:03 +0000 Subject: [PATCH] Fix some command ID comments --- src/command_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command_type.h b/src/command_type.h index 4ba223ffbf..2ab0228e55 100644 --- a/src/command_type.h +++ b/src/command_type.h @@ -335,7 +335,7 @@ enum Commands { CMD_DUPLICATE_ORDER, ///< duplicate an order CMD_MASS_CHANGE_ORDER, ///< mass change the target of an order - CMD_CHANGE_SERVICE_INT, ///< change the server interval of a vehicle + CMD_CHANGE_SERVICE_INT, ///< change the service interval of a vehicle CMD_BUILD_INDUSTRY, ///< build a new industry CMD_INDUSTRY_SET_FLAGS, ///< change industry control flags @@ -504,7 +504,7 @@ enum Commands { CMD_INSERT_SIGNAL_INSTRUCTION, ///< insert a signal instruction CMD_MODIFY_SIGNAL_INSTRUCTION, ///< modifies a signal instruction CMD_REMOVE_SIGNAL_INSTRUCTION, ///< removes a signal instruction - CMD_SIGNAL_PROGRAM_MGMT, ///< removes a signal program management command + CMD_SIGNAL_PROGRAM_MGMT, ///< signal program management command CMD_SCHEDULED_DISPATCH, ///< scheduled dispatch start CMD_SCHEDULED_DISPATCH_ADD, ///< scheduled dispatch add