mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Deprecate plFileUtils and parts of pnUtPath
This commit is contained in:
@ -187,16 +187,10 @@ plVirtualCam1::plVirtualCam1()
|
||||
#ifndef PLASMA_EXTERNAL_RELEASE
|
||||
// only open log file if logging is on
|
||||
if ( !plStatusLog::fLoggingOff )
|
||||
{
|
||||
wchar_t fileAndPath[MAX_PATH];
|
||||
PathGetLogDirectory(fileAndPath, arrsize(fileAndPath));
|
||||
PathAddFilename(fileAndPath, fileAndPath, L"camLog.txt", arrsize(fileAndPath));
|
||||
foutLog = hsWFopen( fileAndPath, L"wt" );
|
||||
}
|
||||
foutLog = plFileSystem::Open(plFileName::Join(plFileSystem::GetLogPath(), "camLog.txt"), "wt");
|
||||
#endif
|
||||
|
||||
SetFlags(kFirstPersonEnabled);
|
||||
|
||||
}
|
||||
|
||||
plVirtualCam1::~plVirtualCam1()
|
||||
|
Reference in New Issue
Block a user