# HG changeset patch # User truebrain # Date 2009-01-12 19:31:00 # Node ID 1df70cb6bed3e1e255feecc10949a4ceed356891 # Parent 47ab70e4b6e1d33ed1b74fea3ad0350f0d2f3050 (svn r15038) -Fix (r15027): loading older savegames failed diff --git a/src/company_base.h b/src/company_base.h --- a/src/company_base.h +++ b/src/company_base.h @@ -70,7 +70,7 @@ struct Company : PoolItemshare_owners[j] = COMPANY_SPECTATOR; - this->is_noai = true; + this->is_noai = false; } Company::~Company()