diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-10-04 21:39:54 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-10-08 16:58:18 +0200 |
commit | fec01aeff1daa891d754bd249f053652788d6f8e (patch) | |
tree | a66e4fb54a910961732c41f93436e284b8b3ac0c /src/control/Garages.cpp | |
parent | CdStreamPosix: fix type issues (diff) | |
download | re3-fec01aeff1daa891d754bd249f053652788d6f8e.tar re3-fec01aeff1daa891d754bd249f053652788d6f8e.tar.gz re3-fec01aeff1daa891d754bd249f053652788d6f8e.tar.bz2 re3-fec01aeff1daa891d754bd249f053652788d6f8e.tar.lz re3-fec01aeff1daa891d754bd249f053652788d6f8e.tar.xz re3-fec01aeff1daa891d754bd249f053652788d6f8e.tar.zst re3-fec01aeff1daa891d754bd249f053652788d6f8e.zip |
Diffstat (limited to 'src/control/Garages.cpp')
-rw-r--r-- | src/control/Garages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Garages.cpp b/src/control/Garages.cpp index 290bacad..dc07d142 100644 --- a/src/control/Garages.cpp +++ b/src/control/Garages.cpp @@ -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) { |