This commit is contained in:
Sergeanur
2021-06-24 21:50:09 +03:00
parent 3ebc475494
commit 74867af2e7
10 changed files with 118 additions and 100 deletions

View File

@@ -1368,7 +1368,7 @@ cMusicManager::UsesPoliceRadio(CVehicle *veh)
bool8
cMusicManager::UsesTaxiRadio(CVehicle *veh)
{
if (veh->GetModelIndex() != MI_CABBIE) return false;
if (veh->GetModelIndex() != MI_CABBIE) return FALSE;
return CTheScripts::bPlayerHasMetDebbieHarry;
}