summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2009-01-13 13:26:20 +0000
committertruebrain <truebrain@openttd.org>2009-01-13 13:26:20 +0000
commit405239758ecd3dad1d52322b2fea05ed350d15bb (patch)
tree768cc33826cf075b1c787e5e67a5ed5c5699dbcd /src/console_cmds.cpp
parent07f2afa635c0ddfa491468cc3f8677cd0d869c6d (diff)
downloadopenttd-405239758ecd3dad1d52322b2fea05ed350d15bb.tar.xz
(svn r15058) -Fix [NoAI]: when using start_ai in console, start the next configured one, not a random (Yexo)
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index 8b9f962b3..e15babeca 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -903,8 +903,6 @@ DEF_CONSOLE_CMD(ConStartAI)
if (argc == 3) {
config->StringToSettings(argv[2]);
}
- } else {
- config->ChangeAI(NULL);
}
/* Start a new AI company */