diff options
author | Sergeanur <s.anureev@yandex.ua> | 2019-10-26 21:25:45 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2019-10-26 21:25:45 +0300 |
commit | af8ffaeeaebd99236b6076c9e342ff65f4786466 (patch) | |
tree | b8de098668cfd92ca6580fa34fe37acc0f4d1a53 /src/modelinfo/ModelIndices.cpp | |
parent | 998adfab9046b224f9b6c975a1b2b6d0dad7095f (diff) |
Removed redundant check in IsPickupModel, TestModelIndices added
Diffstat (limited to 'src/modelinfo/ModelIndices.cpp')
-rw-r--r-- | src/modelinfo/ModelIndices.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modelinfo/ModelIndices.cpp b/src/modelinfo/ModelIndices.cpp index 9a8aaead..bf6b3905 100644 --- a/src/modelinfo/ModelIndices.cpp +++ b/src/modelinfo/ModelIndices.cpp @@ -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); |