summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
authorpasky <pasky@openttd.org>2005-04-02 15:03:48 +0000
committerpasky <pasky@openttd.org>2005-04-02 15:03:48 +0000
commitf053bbb4f4ed542eb1e3e9d814ec80c569645fa3 (patch)
tree8cb47dd0760f518a9aa2fc1516e78b28d69fda21 /command.c
parent65ed56e970ac3438535b6bdee04ba6b093cb1e21 (diff)
downloadopenttd-f053bbb4f4ed542eb1e3e9d814ec80c569645fa3.tar.xz
(svn r2125) - Feature: In the intro dialog, show a map size selector below the landscape type selector.
Diffstat (limited to 'command.c')
-rw-r--r--command.c3
1 files changed, 3 insertions, 0 deletions
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 */