summaryrefslogtreecommitdiff
path: root/src/rail_cmd.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-12 19:49:23 +0000
committersmatz <smatz@openttd.org>2009-01-12 19:49:23 +0000
commit26e5ccb60dfa5c25c11f70424d92c66596c0ec70 (patch)
tree8c77d129ecd4fb627a8b4d4a72f19c9c608a377e /src/rail_cmd.cpp
parent2c89bfbc8167c8808be71d08c918d52d92c5300d (diff)
downloadopenttd-26e5ccb60dfa5c25c11f70424d92c66596c0ec70.tar.xz
(svn r15039) -Codechange: fix comments regarding old AI, remove one old AI hack
Diffstat (limited to 'src/rail_cmd.cpp')
-rw-r--r--src/rail_cmd.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/rail_cmd.cpp b/src/rail_cmd.cpp
index e6be82bf8..29b9267e7 100644
--- a/src/rail_cmd.cpp
+++ b/src/rail_cmd.cpp
@@ -783,10 +783,9 @@ CommandCost CmdBuildTrainDepot(TileIndex tile, uint32 flags, uint32 p1, uint32 p
/* Prohibit construction if
* The tile is non-flat AND
- * 1) The AI is "old-school"
- * 2) build-on-slopes is disabled
- * 3) the tile is steep i.e. spans two height levels
- * 4) the exit points in the wrong direction
+ * 1) build-on-slopes is disabled
+ * 2) the tile is steep i.e. spans two height levels
+ * 3) the exit points in the wrong direction
*/
if (tileh != SLOPE_FLAT && (