From: Erik V. <eri...@xs...> - 2012-04-09 21:02:48
|
> However I still have a question open: > > There is currently reporting to the ReportWindow about trains rusting and > trains getting obsolete (only about trains rusting after being obsolete > before). There are messages "TrainsObsolete" and "TrainsRusted" > in LocalisedText which do not occur in the java code, only > "TrainsObsoleteRusted". > > I suspect this is not a required feature, however I still want to make sure that > I do not break something. I would certainly expect that the "TrainsObsolete" and "TrainsRusted" messages would appear in the Game Report, and I'm sure that this had been the case in the past. In all likelihood these messages have fallen by the wayside during my Phase/Train management code reorganization of last year. My suggestion is to reintroduce these messages, probably in TrainManager.rustTrainType(), and possibly augmented as per the needs of 1830 Coalfields. Erik. |