summaryrefslogtreecommitdiffstats
path: root/src/core/Radar.cpp
diff options
context:
space:
mode:
authorWes Hampson <thehambone93@gmail.com>2020-03-05 10:44:42 +0100
committerWes Hampson <thehambone93@gmail.com>2020-03-05 10:44:42 +0100
commit4fee2cbdd9948bd591d6e5bebd4bed827e12498a (patch)
tree3945023a001fa233b5341133cfc52d0dc9eb450f /src/core/Radar.cpp
parentMerge pull request #342 from Nick007J/master (diff)
downloadre3-4fee2cbdd9948bd591d6e5bebd4bed827e12498a.tar
re3-4fee2cbdd9948bd591d6e5bebd4bed827e12498a.tar.gz
re3-4fee2cbdd9948bd591d6e5bebd4bed827e12498a.tar.bz2
re3-4fee2cbdd9948bd591d6e5bebd4bed827e12498a.tar.lz
re3-4fee2cbdd9948bd591d6e5bebd4bed827e12498a.tar.xz
re3-4fee2cbdd9948bd591d6e5bebd4bed827e12498a.tar.zst
re3-4fee2cbdd9948bd591d6e5bebd4bed827e12498a.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)
{
}