From 225aa2ef485b3c077e39fa8791e9839cbe841692 Mon Sep 17 00:00:00 2001 From: pasky Date: Sat, 2 Apr 2005 15:03:48 +0000 Subject: (svn r2125) - Feature: In the intro dialog, show a map size selector below the landscape type selector. --- command.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'command.c') diff --git a/command.c b/command.c index 2bee18831..aaf947aca 100644 --- a/command.c +++ b/command.c @@ -167,6 +167,8 @@ DEF_COMMAND(CmdRemoveSignalTrack); DEF_COMMAND(CmdReplaceVehicle); +DEF_COMMAND(CmdSetNewMapSize); + /* The master command table */ static CommandProc * const _command_proc_table[] = { CmdBuildRailroadTrack, /* 0 */ @@ -308,6 +310,7 @@ static CommandProc * const _command_proc_table[] = { CmdGiveMoney, /* 113 */ CmdChangePatchSetting, /* 114 */ CmdReplaceVehicle, /* 115 */ + CmdSetNewMapSize, /* 116 */ }; /* This function range-checks a cmd, and checks if the cmd is not NULL */ -- cgit v1.2.3-54-g00ecf