mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 08:51:57 +00:00
Astyle
This commit is contained in:
parent
db626df078
commit
a92a49dc2f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue