summaryrefslogtreecommitdiffstats
path: root/src/core/Radar.cpp
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-01-29 01:44:12 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2021-01-29 17:16:26 +0100
commitc4328afce7e2a0b48b9d0d2b225496e29fff1c0a (patch)
treecbed53aea63f025992b16be9b8ad1d13097df20b /src/core/Radar.cpp
parentFix some UBs (diff)
downloadre3-c4328afce7e2a0b48b9d0d2b225496e29fff1c0a.tar
re3-c4328afce7e2a0b48b9d0d2b225496e29fff1c0a.tar.gz
re3-c4328afce7e2a0b48b9d0d2b225496e29fff1c0a.tar.bz2
re3-c4328afce7e2a0b48b9d0d2b225496e29fff1c0a.tar.lz
re3-c4328afce7e2a0b48b9d0d2b225496e29fff1c0a.tar.xz
re3-c4328afce7e2a0b48b9d0d2b225496e29fff1c0a.tar.zst
re3-c4328afce7e2a0b48b9d0d2b225496e29fff1c0a.zip
Diffstat (limited to 'src/core/Radar.cpp')
-rw-r--r--src/core/Radar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Radar.cpp b/src/core/Radar.cpp
index 8cd86344..4bb9c966 100644
--- a/src/core/Radar.cpp
+++ b/src/core/Radar.cpp
@@ -824,7 +824,7 @@ int32 CRadar::GetNewUniqueBlipIndex(int32 i)
uint32 CRadar::GetRadarTraceColour(uint32 color, bool bright)
{
- int32 c;
+ uint32 c;
switch (color) {
case RADAR_TRACE_RED:
if (bright)