From 26e5ccb60dfa5c25c11f70424d92c66596c0ec70 Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 12 Jan 2009 19:49:23 +0000 Subject: (svn r15039) -Codechange: fix comments regarding old AI, remove one old AI hack --- src/station_cmd.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index f7cda6a77..17c1c9aac 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -739,11 +739,7 @@ CommandCost CheckFlatLandBelow(TileIndex tile, uint w, uint h, uint flags, uint /* Prohibit building if * 1) The tile is "steep" (i.e. stretches two height levels) - * -OR- - * 2) The tile is non-flat if - * a) the company building is an "old-school" AI - * -OR- - * b) the build_on_slopes switch is disabled + * 2) The tile is non-flat and the build_on_slopes switch is disabled */ if (IsSteepSlope(tileh) || ((!_settings_game.construction.build_on_slopes) && tileh != SLOPE_FLAT)) { -- cgit v1.2.3-54-g00ecf