The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: Dwachs on July 30, 2010, 05:11:06 pm

Title: [patch] standard ignores experimental savegames
Post by: Dwachs on July 30, 2010, 05:11:06 pm
.. at least does not try to load.

Please test! Any test from st-exp coders is highly appreciated :)
Title: Re: [patch] standard ignores experimental savegames
Post by: prissi on July 30, 2010, 07:38:06 pm
Why
Code: [Select]
while(*version_text  &&  isdigit(*version_text)) {
This is similar to isdigit(*version_text), since for 0 it will return false anyway.

And it does not to seem to handle XML save experimental games?
Title: Re: [patch] standard ignores experimental savegames
Post by: Dwachs on August 03, 2010, 07:20:59 pm
in 3609