diff options
author | aap <aap@papnet.eu> | 2020-08-11 18:39:53 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-08-11 18:40:04 +0200 |
commit | b468d010a8a185bd04cdb1fb41810a189971e583 (patch) | |
tree | 8eda0c65a57dd11653252fcca2bbbd64c9343b5c /src/peds | |
parent | Merge pull request #683 from majesticCoding/miami (diff) | |
download | re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.gz re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.bz2 re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.lz re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.xz re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.zst re3-b468d010a8a185bd04cdb1fb41810a189971e583.zip |
Diffstat (limited to 'src/peds')
-rw-r--r-- | src/peds/Ped.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peds/Ped.cpp b/src/peds/Ped.cpp index a1c03024..26c91abb 100644 --- a/src/peds/Ped.cpp +++ b/src/peds/Ped.cpp @@ -2798,6 +2798,7 @@ CPed::SetModelIndex(uint32 mi) { m_pRTShadow = new CCutsceneShadow; m_pRTShadow->Create(m_rwObject, 10, 1, 1, 1); + //m_pRTShadow->Create(m_rwObject, 8, 0, 0, 0); } #endif } |