This commit is contained in:
Nikolay Korolev
2020-12-19 11:49:19 +03:00
parent e3aac6263f
commit bf90fed2b7
5 changed files with 4 additions and 10 deletions

View File

@ -1380,7 +1380,7 @@ cSampleManager::Terminate(void)
bool
cSampleManager::CheckForAnAudioFileOnCD(void)
{
#if !defined(NO_CDCHECK) // TODO: figure out defines
#if !defined(NO_CDCHECK) // TODO: check steam, probably GTAVC_STEAM_PATCH needs to be added
char filepath[MAX_PATH];
strcpy(filepath, m_MiscomPath);