summaryrefslogtreecommitdiffstats
path: root/src/objects/ParticleObject.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2020-07-03 19:26:35 +0200
committerFire-Head <Fire-Head@users.noreply.github.com>2020-07-03 19:26:35 +0200
commit4c65ec28d6e596404bccecb3ccc0d310bb2b862a (patch)
tree3a5a2b3a737055cf67076cd03b6048e8c50e8fa3 /src/objects/ParticleObject.h
parentmiami pobj (diff)
downloadre3-4c65ec28d6e596404bccecb3ccc0d310bb2b862a.tar
re3-4c65ec28d6e596404bccecb3ccc0d310bb2b862a.tar.gz
re3-4c65ec28d6e596404bccecb3ccc0d310bb2b862a.tar.bz2
re3-4c65ec28d6e596404bccecb3ccc0d310bb2b862a.tar.lz
re3-4c65ec28d6e596404bccecb3ccc0d310bb2b862a.tar.xz
re3-4c65ec28d6e596404bccecb3ccc0d310bb2b862a.tar.zst
re3-4c65ec28d6e596404bccecb3ccc0d310bb2b862a.zip
Diffstat (limited to '')
-rw-r--r--src/objects/ParticleObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/ParticleObject.h b/src/objects/ParticleObject.h
index 25261243..a29d7bd4 100644
--- a/src/objects/ParticleObject.h
+++ b/src/objects/ParticleObject.h
@@ -102,7 +102,7 @@ public:
CAudioHydrant() :
AudioEntity(AEHANDLE_NONE),
- pParticleObject(NULL)
+ pParticleObject(nil)
{ }
static bool Add (CParticleObject *particleobject);