mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47: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;
|
int x=0;
|
||||||
while(x!=20000) {
|
while(x!=20000) {
|
||||||
BaseModelInfoMemory[x].func_tbl = 0x85BBF0;
|
BaseModelInfoMemory[x].func_tbl = 0x85BBF0;
|
||||||
memset(PedModelsMemory[x].data,0,28);
|
memset(BaseModelInfoMemory[x].data,0,28);
|
||||||
x++;
|
x++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user