Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Fix some sanitizer errors, improve POSIX streamer
  • Loading branch information
erorcun committed Oct 4, 2020
1 parent ea4007a commit 8c170a62ee5960bcb752630807101efd67d76e00
@@ -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) {

0 comments on commit 8c170a6

Please sign in to comment.