summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-10-04 21:39:54 +0200
committereray orçunus <erayorcunus@gmail.com>2020-10-04 21:39:54 +0200
commit8c170a62ee5960bcb752630807101efd67d76e00 (patch)
tree1f8d60c06806a7dc8a5d398ac4282bf32f9b075f /src/control
parentMerge pull request #738 from erorcun/master (diff)
downloadre3-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.cpp2
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) {