From: Mikko Rasa Date: Tue, 25 Jun 2013 15:39:14 +0000 (+0300) Subject: Redesign the train activation system X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=57e0944ee8ed442e2d0aa7c9964cac00450af5e7;hp=57e0944ee8ed442e2d0aa7c9964cac00450af5e7;p=r2c2.git Redesign the train activation system It was getting rather messy and there was one or two bugs where block allocation didn't resume correctly. The flag now resides in BlockAllocator. Rather than poking at it directly, AIs can express an intention of moving the train. This should help keep things in sync with each other. ---