mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 18:20:34 +00:00
Fix some sanitizer errors, improve POSIX streamer
This commit is contained in:
parent
ea4007a13c
commit
8c170a62ee
10 changed files with 301 additions and 158 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue