Skip to main content
Topic: [patch] standard ignores experimental savegames (Read 2048 times) previous topic - next topic

[patch] standard ignores experimental savegames

.. at least does not try to load.

Please test! Any test from st-exp coders is highly appreciated :)
Parsley, sage, rosemary, and maggikraut.

Re: [patch] standard ignores experimental savegames

Reply #1
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?

Re: [patch] standard ignores experimental savegames

Reply #2
in 3609
Parsley, sage, rosemary, and maggikraut.