summaryrefslogtreecommitdiffstats
path: root/src/core/Radar.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-01-09 20:24:18 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2021-01-09 20:24:18 +0100
commitf5b97f1e8a9dab149619d306e55bc8f2ef5f44a0 (patch)
tree41a57d4a2cd1276c12d66fdb0c4c4b653c0d9a67 /src/core/Radar.cpp
parentmoved new renderer; implemented leeds building rendering (diff)
downloadre3-f5b97f1e8a9dab149619d306e55bc8f2ef5f44a0.tar
re3-f5b97f1e8a9dab149619d306e55bc8f2ef5f44a0.tar.gz
re3-f5b97f1e8a9dab149619d306e55bc8f2ef5f44a0.tar.bz2
re3-f5b97f1e8a9dab149619d306e55bc8f2ef5f44a0.tar.lz
re3-f5b97f1e8a9dab149619d306e55bc8f2ef5f44a0.tar.xz
re3-f5b97f1e8a9dab149619d306e55bc8f2ef5f44a0.tar.zst
re3-f5b97f1e8a9dab149619d306e55bc8f2ef5f44a0.zip
Diffstat (limited to 'src/core/Radar.cpp')
-rw-r--r--src/core/Radar.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/Radar.cpp b/src/core/Radar.cpp
index 8fe900ae..d9802acc 100644
--- a/src/core/Radar.cpp
+++ b/src/core/Radar.cpp
@@ -104,6 +104,11 @@ CSprite2d *CRadar::RadarSprites[RADAR_SPRITE_COUNT] = {
&RadioVCPRSprite,
&RadioEspantosoSprite,
&RadioEmotionSprite,
+ &RadioWaveSprite, // tmp hack
+ &RadioWaveSprite,
+ &RadioWaveSprite,
+ &RadioWaveSprite,
+ &RadioWaveSprite,
&RadioWaveSprite
};
@@ -1689,6 +1694,7 @@ CRadar::DrawLegend(int32 x, int32 y, int32 sprite)
text = TheText.Get("LG_34");
break;
default:
+ text = TheText.Get("LG_34"); // tmp hack
break;
}
CFont::PrintString(SCREEN_SCALE_X(20.f) + x, SCREEN_SCALE_Y(3.0f) + y, text);