command.c
changeset 2244 e6b5ef68406d
parent 2204 49bbde7640dd
child 2304 f3309898aeb0
--- a/command.c	Sat Jul 30 18:30:07 2005 +0000
+++ b/command.c	Sun Jul 31 13:08:08 2005 +0000
@@ -159,6 +159,9 @@
 
 DEF_COMMAND(CmdReplaceVehicle);
 
+DEF_COMMAND(CmdCloneVehicle);
+
+
 /* The master command table */
 static const Command _command_proc_table[] = {
 	{CmdBuildRailroadTrack,                  0}, /*   0 */
@@ -300,6 +303,7 @@
 	{CmdGiveMoney,                           0}, /* 113 */
 	{CmdChangePatchSetting,         CMD_SERVER}, /* 114 */
 	{CmdReplaceVehicle,                      0}, /* 115 */
+	{CmdCloneVehicle,						 0}, /* 116 */
 };
 
 /* This function range-checks a cmd, and checks if the cmd is not NULL */