summaryrefslogtreecommitdiffstats
path: root/src/core/Radar.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-06-24 12:47:10 +0200
committerSergeanur <s.anureev@yandex.ua>2021-06-24 23:39:47 +0200
commit14c71f39ff97684e6c6933cf18781e8d162d1be6 (patch)
tree15c68cd95c46d09c879e9753d397f12c28281d51 /src/core/Radar.cpp
parentDon't restart OAL device when switching EAX (diff)
downloadre3-14c71f39ff97684e6c6933cf18781e8d162d1be6.tar
re3-14c71f39ff97684e6c6933cf18781e8d162d1be6.tar.gz
re3-14c71f39ff97684e6c6933cf18781e8d162d1be6.tar.bz2
re3-14c71f39ff97684e6c6933cf18781e8d162d1be6.tar.lz
re3-14c71f39ff97684e6c6933cf18781e8d162d1be6.tar.xz
re3-14c71f39ff97684e6c6933cf18781e8d162d1be6.tar.zst
re3-14c71f39ff97684e6c6933cf18781e8d162d1be6.zip
Diffstat (limited to '')
-rw-r--r--src/core/Radar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Radar.cpp b/src/core/Radar.cpp
index ec3335fa..fadca215 100644
--- a/src/core/Radar.cpp
+++ b/src/core/Radar.cpp
@@ -1382,7 +1382,7 @@ CRadar::InitFrontEndMap()
void
CRadar::DrawYouAreHereSprite(float x, float y)
{
- static PauseModeTime lastChange = 0;
+ static uint32 lastChange = 0;
static bool show = true;
if (show) {
@@ -1582,7 +1582,7 @@ void
CRadar::DrawLegend(int32 x, int32 y, int32 sprite)
{
if (sprite < 0) {
- static PauseModeTime lastChange = 0;
+ static uint32 lastChange = 0;
static int8 blipMode = 0;
CRGBA color;