Some wait states

This commit is contained in:
eray orçunus
2020-06-06 22:16:59 +03:00
parent fc0498b3a8
commit 096ecc1d14
5 changed files with 186 additions and 35 deletions

View File

@@ -1113,4 +1113,10 @@ CPopulation::IsSkateable(CVector const& pos)
return false;
return foundCol.surfaceB == SURFACE_TARMAC || foundCol.surfaceB == SURFACE_PAVEMENT;
}
bool
CPopulation::CanJeerAtStripper(int32 model)
{
return model == MI_WMOBE || model == MI_WMYBE || model == MI_WMOST || model == MI_BMYBB;
}