summaryrefslogtreecommitdiffstats
path: root/src/core/Radar.cpp
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-03-17 18:35:18 +0100
committerGitHub <noreply@github.com>2020-03-17 18:35:18 +0100
commit1ab6702ea681946a2947190f612e539452c3d152 (patch)
tree82d6518ad97081e3438c6e03d916e6b72d05ebce /src/core/Radar.cpp
parentMerge pull request #344 from erorcun/erorcun (diff)
parentUse WriteDataToBufferPointer (diff)
downloadre3-1ab6702ea681946a2947190f612e539452c3d152.tar
re3-1ab6702ea681946a2947190f612e539452c3d152.tar.gz
re3-1ab6702ea681946a2947190f612e539452c3d152.tar.bz2
re3-1ab6702ea681946a2947190f612e539452c3d152.tar.lz
re3-1ab6702ea681946a2947190f612e539452c3d152.tar.xz
re3-1ab6702ea681946a2947190f612e539452c3d152.tar.zst
re3-1ab6702ea681946a2947190f612e539452c3d152.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 6a1446da..3a706bad 100644
--- a/src/core/Radar.cpp
+++ b/src/core/Radar.cpp
@@ -946,9 +946,9 @@ void CRadar::RequestMapSection(int32 x, int32 y)
#endif
#if 1
-WRAPPER void CRadar::SaveAllRadarBlips(int32) { EAXJMP(0x4A6E30); }
+WRAPPER void CRadar::SaveAllRadarBlips(uint8 *buf, uint32 *size) { EAXJMP(0x4A6E30); }
#else
-void CRadar::SaveAllRadarBlips(int32)
+void CRadar::SaveAllRadarBlips(uint8 *buf, uint32 *size)
{
}