mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-05-30 16:31:10 +00:00
killed globalImages->BindNull(). More cleanups from vkneo
This commit is contained in:
parent
f4dd96e404
commit
38bcf14c7b
9 changed files with 284 additions and 512 deletions
|
@ -402,7 +402,7 @@ void Dmap( const idCmdArgs& args )
|
|||
passedName = stripped;
|
||||
|
||||
// delete any old line leak files
|
||||
idStr::snPrintf( path, sizeof( path ),"%s.lin", dmapGlobals.mapFileBase );
|
||||
idStr::snPrintf( path, sizeof( path ), "%s.lin", dmapGlobals.mapFileBase );
|
||||
fileSystem->RemoveFile( path );
|
||||
|
||||
// delete any old generated binary proc files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue