Begin work on GenericSave

This commit is contained in:
Wes Hampson 2020-03-05 01:44:42 -08:00
parent 19488323ea
commit 4fee2cbdd9
3 changed files with 86 additions and 4 deletions

View file

@ -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)
{
}