command.c
changeset 812 79c99885ad00
parent 679 e959706a3e4d
child 826 0e2b569b737b
--- a/command.c	Mon Dec 27 13:40:30 2004 +0000
+++ b/command.c	Mon Dec 27 18:18:44 2004 +0000
@@ -167,6 +167,8 @@
 
 DEF_COMMAND(CmdBuildManySignals);
 
+DEF_COMMAND(CmdRenewVehicle);
+
 /* The master command table */
 static CommandProc * const _command_proc_table[] = {
 	CmdBuildRailroadTrack,				/* 0  */
@@ -307,6 +309,7 @@
 	CmdDestroyCompanyHQ,					/* 111 */
 	CmdGiveMoney,									/* 112 */
 	CmdChangePatchSetting,				/* 113 */
+	CmdRenewVehicle,							/* 114 */
 };
 
 int32 DoCommandByTile(TileIndex tile, uint32 p1, uint32 p2, uint32 flags, uint procc)