diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-02-17 11:47:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-17 20:47:45 +0100 |
| commit | fa3be5d11de6eff42205dc0af23b992cfc71df6e (patch) | |
| tree | 02d5e2acff805bc998d396b13d7803ed4a8a1793 /src/d/map/d_map_path.cpp | |
| parent | 8164c34142ebaafbd70ef0f8032343d25b1e58fc (diff) | |
d_map OK (#2074)
Diffstat (limited to 'src/d/map/d_map_path.cpp')
| -rw-r--r-- | src/d/map/d_map_path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/map/d_map_path.cpp b/src/d/map/d_map_path.cpp index 5254cee5bb..fa281a8f4f 100644 --- a/src/d/map/d_map_path.cpp +++ b/src/d/map/d_map_path.cpp @@ -373,7 +373,7 @@ void dRenderingFDAmap_c::renderingDecoration(dDrawPath_c::line_class const* p_li } /* 8003D68C-8003D6B8 037FCC 002C+00 1/0 6/0 0/0 .text getDecoLineColor__18dRenderingFDAmap_cFii */ -GXColor* dRenderingFDAmap_c::getDecoLineColor(int param_0, int param_1) { +const GXColor* dRenderingFDAmap_c::getDecoLineColor(int param_0, int param_1) { return getLineColor(param_0, param_1); } |
