Fixed nasty warnings

This commit is contained in:
Sergeanur
2019-10-17 17:28:24 +03:00
parent 17ffb99420
commit 3ff7fc8355
2 changed files with 2 additions and 3 deletions

View File

@ -1280,9 +1280,8 @@ cSampleManager::Terminate(void)
bool
cSampleManager::CheckForAnAudioFileOnCD(void)
{
char filepath[MAX_PATH];
#if !defined(GTA3_STEAM_PATCH) && !defined(NO_CDCHECK)
char filepath[MAX_PATH];
#if defined(GTA3_1_1_PATCH)
if (_bUseHDDAudio)