Removed redundant check in IsPickupModel, TestModelIndices added

This commit is contained in:
Sergeanur 2019-10-26 21:25:45 +03:00
parent 998adfab90
commit af8ffaeeae
2 changed files with 7 additions and 1 deletions

View file

@ -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);