diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-05-19 16:39:19 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-05-19 16:43:16 +0200 |
commit | a6972714b7ce5b7834e55a3b23acf28cf51a78ff (patch) | |
tree | 8d74d2f68371cdfca7b6ef9336502bf6ebae254e /src/entities | |
parent | Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami (diff) | |
download | re3-a6972714b7ce5b7834e55a3b23acf28cf51a78ff.tar re3-a6972714b7ce5b7834e55a3b23acf28cf51a78ff.tar.gz re3-a6972714b7ce5b7834e55a3b23acf28cf51a78ff.tar.bz2 re3-a6972714b7ce5b7834e55a3b23acf28cf51a78ff.tar.lz re3-a6972714b7ce5b7834e55a3b23acf28cf51a78ff.tar.xz re3-a6972714b7ce5b7834e55a3b23acf28cf51a78ff.tar.zst re3-a6972714b7ce5b7834e55a3b23acf28cf51a78ff.zip |
Diffstat (limited to '')
-rw-r--r-- | src/entities/Physical.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/Physical.h b/src/entities/Physical.h index ce02e463..b6e28275 100644 --- a/src/entities/Physical.h +++ b/src/entities/Physical.h @@ -46,7 +46,7 @@ public: float m_fDistanceTravelled; // damaged piece - float m_fDamageImpulse; + float m_fDamageImpulse; // fCollisionPower CEntity *m_pDamageEntity; CVector m_vecDamageNormal; int16 m_nDamagePieceType; |