Fix some sanitizer errors, improve POSIX streamer

This commit is contained in:
eray orçunus
2020-10-04 22:39:54 +03:00
parent ea4007a13c
commit 8c170a62ee
10 changed files with 301 additions and 158 deletions

View File

@ -1509,7 +1509,7 @@ void CGarage::UpdateCrusherShake(float X, float Y)
}
// This is dumb but there is no way to avoid goto. What was there originally even?
static bool DoINeedToRefreshPointer(CEntity * pDoor, bool bIsDummy, int8 nIndex)
static bool DoINeedToRefreshPointer(CEntity * pDoor, bool bIsDummy, uint8 nIndex)
{
bool bNeedToFindDoorEntities = false;
if (pDoor) {