mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 14:37:29 +08:00
[saco] Fix typo in RelocateBaseModelInfoHack()
This commit is contained in:
parent
a9dfe633d8
commit
9993a10afe
@ -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++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user