From: Erik V. <eri...@xs...> - 2012-06-15 13:36:14
|
> > - If you save the game at the start before any move has been made, the > > game bugs on reloading, similar symptoms as above. In GameFileIO.replayGame(), the list of game actions was null (rather than empty, as one would expect). There was no check on this condition, so a NullPointerException followed. I have added such a null check. Erik |