- fix residentModels masochism

This commit is contained in:
Ilya Shurumov 2021-06-04 12:25:53 +06:00 committed by InspirationByte
parent e27febc317
commit c51dca90c9

View File

@ -365,6 +365,11 @@ void SetupResidentModels()
{
MissionHeader->residentModels[takenSlots++] = wantedCar[i];
}
else
{
// this can make things ugly
takenSlots = foundRM+1;
}
// force palette
if (singlePal)