(svn r2125) - Feature: In the intro dialog, show a map size selector below the landscape type selector.

This commit is contained in:
pasky
2005-04-02 15:03:48 +00:00
parent 65ed56e970
commit f053bbb4f4
5 changed files with 71 additions and 19 deletions

View File

@@ -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 */