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-04 21:39:54 +0200 |
commit | 8c170a62ee5960bcb752630807101efd67d76e00 (patch) | |
tree | 1f8d60c06806a7dc8a5d398ac4282bf32f9b075f /src/control | |
parent | Merge pull request #738 from erorcun/master (diff) | |
download | re3-8c170a62ee5960bcb752630807101efd67d76e00.tar re3-8c170a62ee5960bcb752630807101efd67d76e00.tar.gz re3-8c170a62ee5960bcb752630807101efd67d76e00.tar.bz2 re3-8c170a62ee5960bcb752630807101efd67d76e00.tar.lz re3-8c170a62ee5960bcb752630807101efd67d76e00.tar.xz re3-8c170a62ee5960bcb752630807101efd67d76e00.tar.zst re3-8c170a62ee5960bcb752630807101efd67d76e00.zip |
Diffstat (limited to 'src/control')
-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 e1f06c97..61c1a850 100644 --- a/src/control/Garages.cpp +++ b/src/control/Garages.cpp @@ -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) { |