v0.7.1c: added a safety check to loading games in progress info

This commit is contained in:
Evan Debenham 2019-01-11 17:34:12 -05:00
parent 35497542a8
commit ab3de97c03

View File

@ -110,6 +110,9 @@ public class GamesInProgress {
} catch (IOException e) { } catch (IOException e) {
info = null; info = null;
} catch (Exception e){
ShatteredPixelDungeon.reportException( e );
info = null;
} }
slotStates.put( slot, info ); slotStates.put( slot, info );