summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/command.c b/command.c
index aab1bda39..fdbb00731 100644
--- a/command.c
+++ b/command.c
@@ -208,7 +208,6 @@ static CommandProc * const _command_proc_table[] = {
CmdTrainGotoDepot, /* 39 */
CmdForceTrainProceed, /* 40 */
CmdReverseTrainDirection, /* 41 */
- /***************************************************/
CmdModifyOrder, /* 42 */
CmdSkipOrder, /* 43 */
@@ -237,6 +236,7 @@ static CommandProc * const _command_proc_table[] = {
CmdSellAircraft, /* 59 */
CmdStartStopAircraft, /* 60 */
+ /***************************************************/
CmdBuildAircraft, /* 61 */
CmdSendAircraftToHangar, /* 62 */
CmdChangeAircraftServiceInt, /* 63 */
@@ -302,7 +302,7 @@ static CommandProc * const _command_proc_table[] = {
CmdStartScenario, /* 109 */
CmdBuildSignalTrack, /* 110 */
CmdRemoveSignalTrack, /* 111 */
- CmdDestroyCompanyHQ, /* 112 */
+ CmdDestroyCompanyHQ, /* 112 <-- done */
CmdGiveMoney, /* 113 */
CmdChangePatchSetting, /* 114 */
CmdReplaceVehicle, /* 115 */