mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 18:00:33 +00:00
fixes
This commit is contained in:
parent
e3aac6263f
commit
bf90fed2b7
5 changed files with 4 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue