mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 08:04:08 +00:00
Fix some sanitizer errors, improve POSIX streamer
This commit is contained in:
parent
1a3e254b6c
commit
fec01aeff1
9 changed files with 312 additions and 168 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue