mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 13:26:19 +00:00
Fix some sanitizer errors, improve POSIX streamer
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user