mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-10 06:41:36 +00:00
Extra debug for the file writing.
This commit is contained in:
parent
97c278b229
commit
160fa4dbb6
1 changed files with 3 additions and 3 deletions
|
@ -3439,15 +3439,15 @@ idFile *idFileSystemLocal::OpenFileWrite( const char *relativePath, const char *
|
||||||
|
|
||||||
OSpath = BuildOSPath( path, gameFolder, relativePath );
|
OSpath = BuildOSPath( path, gameFolder, relativePath );
|
||||||
|
|
||||||
if ( fs_debug.GetInteger() ) {
|
//if ( fs_debug.GetInteger() ) {
|
||||||
common->Printf( "idFileSystem::OpenFileWrite: %s\n", OSpath.c_str() );
|
common->Printf( "idFileSystem::OpenFileWrite: %s\n", OSpath.c_str() );
|
||||||
}
|
//}
|
||||||
|
|
||||||
// if the dir we are writing to is in our current list, it will be outdated
|
// if the dir we are writing to is in our current list, it will be outdated
|
||||||
// so just flush everything
|
// so just flush everything
|
||||||
ClearDirCache();
|
ClearDirCache();
|
||||||
|
|
||||||
common->DPrintf( "writing to: %s\n", OSpath.c_str() );
|
common->Printf( "writing to: %s\n", OSpath.c_str() );
|
||||||
CreateOSPath( OSpath );
|
CreateOSPath( OSpath );
|
||||||
|
|
||||||
f = new idFile_Permanent();
|
f = new idFile_Permanent();
|
||||||
|
|
Loading…
Reference in a new issue