autogame : autosave QUITTILD|GAMEOVER does not behave as i expected
GAMEOVER saving logic probably always thinks that an autogame (with no humans connected) ended with quitidle
QUITIDLE saving on the other hand knows that it was not the case..
my mistake : I forgot an 's' , and added comments after the parameters which is not allowed.
But, the game is not saved after interrupt (CTRL-C twice)
set autosaves TURN|GAMEOVER|QUITIDLE|INTERRUPT
I expected "set autosave QUITTILDE|GAMEOVER" to save the last turn of an autogame with N turns.
It is not the case, nothing is saved.
It is easy to workaround , so maybe not urgent to fix