Re: r3802 - Farm overgrowing station
Reply #3 –
There was a similar bug & report some time ago. Obviously, but the fix applied back then was not enough.
The problem is in fabrik_t::fabrik_t(karte_t* wl, loadsave_t* file) : fields are not saved separately in the savegame but are restored when loading. In your case the fields was build on your track. The patch fixes the symptoms not the cause :/
Edit: Did you build the track on the field before you saved the game?
I have no idea how there could be track and field on the same tile. :/
Edit2: Patch committed with revision 3807.