mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-01 03:23:52 +00:00
uninitialized variables-afx
This commit is contained in:
parent
157b114ec7
commit
3c0360fd2f
22 changed files with 88 additions and 25 deletions
|
|
@ -1904,6 +1904,9 @@ afxEffectConstraint::afxEffectConstraint(afxConstraintMgr* mgr)
|
|||
{
|
||||
mEffect_name = ST_NULLSTRING;
|
||||
mEffect = 0;
|
||||
mClip_tag = 0;
|
||||
mIs_death_clip = false;
|
||||
mLock_tag = 0;
|
||||
}
|
||||
|
||||
afxEffectConstraint::afxEffectConstraint(afxConstraintMgr* mgr, StringTableEntry effect_name)
|
||||
|
|
@ -1911,6 +1914,9 @@ afxEffectConstraint::afxEffectConstraint(afxConstraintMgr* mgr, StringTableEntry
|
|||
{
|
||||
mEffect_name = effect_name;
|
||||
mEffect = 0;
|
||||
mClip_tag = 0;
|
||||
mIs_death_clip = false;
|
||||
mLock_tag = 0;
|
||||
}
|
||||
|
||||
afxEffectConstraint::~afxEffectConstraint()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue