[saco] Fix typo in RelocateBaseModelInfoHack()

This commit is contained in:
RD42 2024-08-18 23:10:10 +08:00
parent a9dfe633d8
commit 9993a10afe

View File

@ -513,7 +513,7 @@ void RelocateBaseModelInfoHack()
int x=0;
while(x!=20000) {
BaseModelInfoMemory[x].func_tbl = 0x85BBF0;
memset(PedModelsMemory[x].data,0,28);
memset(BaseModelInfoMemory[x].data,0,28);
x++;
}