Fix some sanitizer errors, improve POSIX streamer

This commit is contained in:
eray orçunus
2020-10-04 22:39:54 +03:00
parent 1a3e254b6c
commit fec01aeff1
9 changed files with 312 additions and 168 deletions

View File

@ -1462,7 +1462,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) {