summaryrefslogtreecommitdiffstats
path: root/src/render/Particle.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-01-22 01:12:03 +0100
committerGitHub <noreply@github.com>2021-01-22 01:12:03 +0100
commitc8236d0dd2b287cec7018308bdfa3cfcd3275960 (patch)
treea822c0866ac062e4b2abada3701d04c2933393f4 /src/render/Particle.cpp
parentMerge pull request #963 from Nick007J/lcs (diff)
parentUpdate ParticleObject.h (diff)
downloadre3-c8236d0dd2b287cec7018308bdfa3cfcd3275960.tar
re3-c8236d0dd2b287cec7018308bdfa3cfcd3275960.tar.gz
re3-c8236d0dd2b287cec7018308bdfa3cfcd3275960.tar.bz2
re3-c8236d0dd2b287cec7018308bdfa3cfcd3275960.tar.lz
re3-c8236d0dd2b287cec7018308bdfa3cfcd3275960.tar.xz
re3-c8236d0dd2b287cec7018308bdfa3cfcd3275960.tar.zst
re3-c8236d0dd2b287cec7018308bdfa3cfcd3275960.zip
Diffstat (limited to 'src/render/Particle.cpp')
-rw-r--r--src/render/Particle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Particle.cpp b/src/render/Particle.cpp
index d6ee36a1..660ed5c2 100644
--- a/src/render/Particle.cpp
+++ b/src/render/Particle.cpp
@@ -2283,7 +2283,7 @@ void CParticle::HandleShootableBirdsStuff(CEntity *entity, CVector const&camPos)
}
void
-CEntity::AddSteamsFromGround(CVector *unused) //todo
+CEntity::AddSteamsFromGround(CVector *unused)
{
int i, n;
C2dEffect *effect;