VC vehicles just barely working now

This commit is contained in:
aap 2020-05-07 11:33:20 +02:00
commit 05a1d64fbb
28 changed files with 444 additions and 259 deletions

View file

@ -66,7 +66,8 @@ cMusicManager::PlayerInCar()
case MI_TRAIN:
case MI_SPEEDER:
case MI_REEFER:
case MI_GHOST: return false;
// case MI_GHOST:
return false;
default: return true;
}
}