From 42f785d14bc5ac4aa9407de2dbef5b10a2388aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 6 May 2025 20:16:05 +0200 Subject: [PATCH] Use the propper image for rescue station (0x1070a) points --- src/map/IMG/style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/IMG/style.cpp b/src/map/IMG/style.cpp index 8917b162..c7b8f32f 100644 --- a/src/map/IMG/style.cpp +++ b/src/map/IMG/style.cpp @@ -812,7 +812,7 @@ void Style::defaultPointStyle(qreal ratio) _points[0x10703] = Point(QImage(":/marine/yacht-harbor.png")); _points[0x10704] = Point(QImage(":/marine/pile.png")); _points[0x10705] = Point(QImage(":/marine/anchoring-prohibited.png")); - _points[0x1070a] = Point(QImage(":/marine/coast-guard.png")); + _points[0x1070a] = Point(QImage(":/marine/rescue-station.png")); _points[0x1070b] = Point(QImage(":/marine/fishing-harbor.png")); }