This commit is contained in:
Robert Beckebans 2013-10-30 09:42:24 +01:00
parent db626df078
commit a92a49dc2f

View file

@ -1051,12 +1051,12 @@ HandleCommonErrors
bool HandleCommonErrors( const idSaveLoadParms& parms ) bool HandleCommonErrors( const idSaveLoadParms& parms )
{ {
common->Dialog().ShowSaveIndicator( false ); common->Dialog().ShowSaveIndicator( false );
if( parms.GetError() == SAVEGAME_E_NONE ) if( parms.GetError() == SAVEGAME_E_NONE )
{ {
return true; return true;
} }
if( parms.GetError() & SAVEGAME_E_CORRUPTED ) if( parms.GetError() & SAVEGAME_E_CORRUPTED )
{ {
// This one might need to be handled by the game // This one might need to be handled by the game