mirror of
https://github.com/td512/re3.git
synced 2026-03-03 15:12:52 +00:00
Removed redundant check in IsPickupModel, TestModelIndices added
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user