diff options
author | majestic <majesticcoding@gmail.com> | 2020-10-02 22:43:29 +0200 |
---|---|---|
committer | majestic <majesticcoding@gmail.com> | 2020-10-02 22:43:29 +0200 |
commit | 3a2be9a4ed7bdf9675ebd7b65fba00304acd1097 (patch) | |
tree | 15343e953f8f06247b72fb01467d45325a220f79 /src/peds/PedType.cpp | |
parent | Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami (diff) | |
parent | Merge pull request #737 from theR4K/miamiDev (diff) | |
download | re3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.tar re3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.tar.gz re3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.tar.bz2 re3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.tar.lz re3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.tar.xz re3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.tar.zst re3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.zip |
Diffstat (limited to 'src/peds/PedType.cpp')
-rw-r--r-- | src/peds/PedType.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peds/PedType.cpp b/src/peds/PedType.cpp index 397cd71d..8a631e7a 100644 --- a/src/peds/PedType.cpp +++ b/src/peds/PedType.cpp @@ -3,6 +3,8 @@ #include "FileMgr.h" #include "PedType.h" +// --MIAMI: file done + CPedType *CPedType::ms_apPedType[NUM_PEDTYPES]; void |