From: Erik V. <eri...@xs...> - 2010-01-22 21:54:44
|
I have found and fixed two bugs that bear upon the recently found problems: 1. On loading a game, the game options in GamesList.xml are not read. I had recently removed processing of the options that had been duplicated in Game.xml, but that caused the default values not being known at a game reload. For most options that isn't fatal, but 18EU is the only game currently having numeric game options (i.e. the extra 3 and 4-trains). The result was that reloading 3- and 4-trains failed. I haven't exactly sorted out the mechanism, but it turned out that reverting the removal of Game.xml option processing fixed the train-related problems (I also found the defaults were actually missing in Game.xml, so I suspect there must have been some problems all the time). 2. The StockRound had a while statement that should have been an if statement. That caused the looping that I and some other users have experienced. My problems are now gone, and also Jon's saved file loads fine, including the bought 8-train. I'd suggest people who run from the source base to update and recheck. Erik. |