mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-16 06:52:01 +00:00
Never commit stuff before testing
This commit is contained in:
parent
03bbf9aaf4
commit
edb62c15d9
1 changed files with 2 additions and 2 deletions
|
@ -1406,6 +1406,8 @@ int idFile_Permanent::Write( const void* buffer, int len )
|
|||
return 0;
|
||||
}
|
||||
|
||||
buf = ( byte* )buffer;
|
||||
|
||||
// Chillax
|
||||
if( buf == NULL )
|
||||
{
|
||||
|
@ -1413,8 +1415,6 @@ int idFile_Permanent::Write( const void* buffer, int len )
|
|||
return 0;
|
||||
}
|
||||
|
||||
buf = ( byte* )buffer;
|
||||
|
||||
remaining = len;
|
||||
tries = 0;
|
||||
while( remaining )
|
||||
|
|
Loading…
Reference in a new issue