diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-10-09 11:02:21 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-10-09 11:24:21 +0200 |
commit | a01b14f301afe9cea86f47b3ab27ce999097741a (patch) | |
tree | 6717762cc85090ec6aecc99cc052c82039debcbe /src/objects/Projectile.cpp | |
parent | Fix POSIX streaming (diff) | |
download | re3-a01b14f301afe9cea86f47b3ab27ce999097741a.tar re3-a01b14f301afe9cea86f47b3ab27ce999097741a.tar.gz re3-a01b14f301afe9cea86f47b3ab27ce999097741a.tar.bz2 re3-a01b14f301afe9cea86f47b3ab27ce999097741a.tar.lz re3-a01b14f301afe9cea86f47b3ab27ce999097741a.tar.xz re3-a01b14f301afe9cea86f47b3ab27ce999097741a.tar.zst re3-a01b14f301afe9cea86f47b3ab27ce999097741a.zip |
Diffstat (limited to 'src/objects/Projectile.cpp')
-rw-r--r-- | src/objects/Projectile.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objects/Projectile.cpp b/src/objects/Projectile.cpp index fe8b0c68..fc4b25cf 100644 --- a/src/objects/Projectile.cpp +++ b/src/objects/Projectile.cpp @@ -2,6 +2,8 @@ #include "Projectile.h" +// --MIAMI: file done + CProjectile::CProjectile(int32 model) : CObject() { m_fMass = 1.0f; |