summaryrefslogtreecommitdiff
path: root/src/command.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-26 00:31:36 +0000
committerrubidium <rubidium@openttd.org>2008-05-26 00:31:36 +0000
commitc4c440cc20c0cb76442feb07b059b2f69106f5da (patch)
tree3f44a1d9be6c38b45ad872a47f1b32469c469497 /src/command.cpp
parentd289464d69172a1048048aebe29bfd56250fc6fa (diff)
downloadopenttd-c4c440cc20c0cb76442feb07b059b2f69106f5da.tar.xz
(svn r13256) -Codechange: merge the OPTS and PATS chuncks.
-Codechange: split the diff_custom variable. -Feature: allow changing some of the diff_custom variables via the console in network games.
Diffstat (limited to 'src/command.cpp')
-rw-r--r--src/command.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command.cpp b/src/command.cpp
index 2f9cc7d9f..fffb39f69 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -152,7 +152,6 @@ DEF_COMMAND(CmdDoTownAction);
DEF_COMMAND(CmdSetRoadDriveSide);
-DEF_COMMAND(CmdChangeDifficultyLevel);
DEF_COMMAND(CmdChangePatchSetting);
DEF_COMMAND(CmdStartStopShip);
@@ -304,7 +303,6 @@ static const Command _command_proc_table[] = {
{CmdDoTownAction, 0}, /* CMD_DO_TOWN_ACTION */
{CmdSetRoadDriveSide, CMD_SERVER}, /* CMD_SET_ROAD_DRIVE_SIDE */
- {CmdChangeDifficultyLevel, CMD_SERVER}, /* CMD_CHANGE_DIFFICULTY_LEVEL */
{CmdStartStopShip, 0}, /* CMD_START_STOP_SHIP */
{CmdSellShip, 0}, /* CMD_SELL_SHIP */