mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-29 15:23:02 +05:00
Fixed triangle above recruitable peds' heads (SA 1.0)
This commit is contained in:
parent
5ad460ff40
commit
ae62b9f434
1 changed files with 4 additions and 0 deletions
|
@ -3442,6 +3442,10 @@ void Patch_SA_10()
|
||||||
|
|
||||||
// Fixed CPlayerInfo assignment operator
|
// Fixed CPlayerInfo assignment operator
|
||||||
InjectHook( 0x45DEF0, &CPlayerInfo::operator=, PATCH_JUMP );
|
InjectHook( 0x45DEF0, &CPlayerInfo::operator=, PATCH_JUMP );
|
||||||
|
|
||||||
|
|
||||||
|
// Fixed triangle above recruitable peds' heads
|
||||||
|
Patch<uint8_t>( 0x60BC52 + 2, 8 ); // GANG2
|
||||||
}
|
}
|
||||||
|
|
||||||
void Patch_SA_11()
|
void Patch_SA_11()
|
||||||
|
|
Loading…
Reference in a new issue