uninitialized variables-afx

This commit is contained in:
AzaezelX 2020-05-11 13:54:23 -05:00
parent 157b114ec7
commit 3c0360fd2f
22 changed files with 88 additions and 25 deletions

View file

@ -75,6 +75,7 @@ afxEA_PhraseEffect::afxEA_PhraseEffect()
{
phrase_fx_data = 0;
active_phrases = &_phrases_a;
last_trigger_mask = 0;
}
afxEA_PhraseEffect::~afxEA_PhraseEffect()