v0.7.1c: added a safety check to loading games in progress info
This commit is contained in:
@@ -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 );
|
||||||
|
|||||||
Reference in New Issue
Block a user