New release incompatible with older saved games
I notice that in the latest Simutrans nightly, the following line has been added:
file->rdwr_bool( with_private_paks, "" );
However, the version number has not been incremented. That means that all games created with Simutrans 102.1 (but not earlier versions) will now fail to load with the latest nightly. Was that intentional, or was the intention to increase the version number?
Edit: I note that the new (102.2) file version is used in other places in the code, such as in ai_goods.cc
if( file->get_version()<102002 ) {