Merge remote-tracking branch 'origin/miami' into lcs

# Conflicts:
#	src/modelinfo/PedModelInfo.cpp
This commit is contained in:
Sergeanur
2021-04-09 04:31:46 +03:00
16 changed files with 194 additions and 91 deletions

View File

@@ -234,5 +234,8 @@ CStinger::Process()
Remove();
break;
}
#ifdef FIX_BUGS
if (bIsDeployed)
#endif
CheckForBurstTyres();
}