mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 13:44:08 +00:00
Removed redundant check in IsPickupModel, TestModelIndices added
This commit is contained in:
parent
998adfab90
commit
af8ffaeeae
2 changed files with 7 additions and 1 deletions
|
@ -26,6 +26,12 @@ MatchModelString(const char *modelname, int16 id)
|
|||
#undef X
|
||||
}
|
||||
|
||||
void
|
||||
TestModelIndices(void)
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
STARTPATCHES
|
||||
InjectHook(0x48EB60, InitModelIndices, PATCH_JUMP);
|
||||
InjectHook(0x48F030, MatchModelString, PATCH_JUMP);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue