Fixed triangle above recruitable peds' heads (SA 1.0)

This commit is contained in:
Silent 2018-01-26 18:18:52 +01:00
parent 5ad460ff40
commit ae62b9f434

View file

@ -3442,6 +3442,10 @@ void Patch_SA_10()
// Fixed CPlayerInfo assignment operator
InjectHook( 0x45DEF0, &CPlayerInfo::operator=, PATCH_JUMP );
// Fixed triangle above recruitable peds' heads
Patch<uint8_t>( 0x60BC52 + 2, 8 ); // GANG2
}
void Patch_SA_11()