feat(Pointers): Fixed pointers for RECEIVED EVENT and EVENT ACK

This commit is contained in:
Yimura
2021-02-19 15:42:39 +01:00
parent b3e049ef88
commit 2aaed8dbe4
6 changed files with 37 additions and 12 deletions

View File

@ -123,10 +123,10 @@ namespace rage
return false;
}
/*inline bool ReadArray(PVOID array, int size)
inline bool ReadArray(PVOID array, int size)
{
return big::g_pointers->m_read_bitbuf_array(this, array, size, 0);
}*/
}
public:
void* m_data; //0x0000