From d286e1df4b63b75475b0d3440ce39cb584ebefee 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/command.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/command.cpp') diff --git a/src/command.cpp b/src/command.cpp index 6c1bc6cde..0cb9e7640 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -448,10 +448,6 @@ error: /* if toplevel, subtract the money. */ if (--_docommand_recursive == 0 && !(flags & DC_BANKRUPT)) { SubtractMoneyFromCompany(res); - /* XXX - Old AI hack which doesn't use DoCommandP; update last build coord of company */ - if (tile != 0 && IsValidCompanyID(_current_company)) { - GetCompany(_current_company)->last_build_coordinate = tile; - } } return res; -- cgit v1.2.3-70-g09d2