v0.7.1c: added a safety check to loading games in progress info
This commit is contained in:
parent
35497542a8
commit
ab3de97c03
|
@ -110,6 +110,9 @@ public class GamesInProgress {
|
|||
|
||||
} catch (IOException e) {
|
||||
info = null;
|
||||
} catch (Exception e){
|
||||
ShatteredPixelDungeon.reportException( e );
|
||||
info = null;
|
||||
}
|
||||
|
||||
slotStates.put( slot, info );
|
||||
|
|
Loading…
Reference in New Issue
Block a user