diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2020-05-05 18:04:18 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-05 18:04:18 +0300 |
| commit | 9960c411933f9a804eb5f6840d75ad00fd255252 (patch) | |
| tree | 19886c3263958d5c77664518270d252ad5554602 /src/modelinfo/ModelInfo.h | |
| parent | Merge pull request #512 from Nick007J/master (diff) | |
| download | re3-9960c411933f9a804eb5f6840d75ad00fd255252.tar.gz | |
Remove Miami stuff
Diffstat (limited to 'src/modelinfo/ModelInfo.h')
| -rw-r--r-- | src/modelinfo/ModelInfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modelinfo/ModelInfo.h b/src/modelinfo/ModelInfo.h index dadc8f8b..65cfa4e7 100644 --- a/src/modelinfo/ModelInfo.h +++ b/src/modelinfo/ModelInfo.h @@ -42,9 +42,6 @@ public: static CBaseModelInfo *GetModelInfo(int id){ return ms_modelInfoPtrs[id]; } -#ifdef MIAMI - static CBaseModelInfo *GetModelInfo(const char *name, int minIndex, int maxIndex); -#endif static bool IsBoatModel(int32 id); static bool IsBikeModel(int32 id); |
