mirror of
https://github.com/td512/re3.git
synced 2026-03-01 08:43:57 +00:00
NULL->nil
This commit is contained in:
@@ -102,7 +102,7 @@ public:
|
||||
|
||||
CAudioHydrant() :
|
||||
AudioEntity(AEHANDLE_NONE),
|
||||
pParticleObject(NULL)
|
||||
pParticleObject(nil)
|
||||
{ }
|
||||
|
||||
static bool Add (CParticleObject *particleobject);
|
||||
|
||||
Reference in New Issue
Block a user