cleans up extra=extra complaint

This commit is contained in:
Azaezel 2018-03-12 17:41:22 -05:00
parent 261a71c3f9
commit 452bbc7bb1
4 changed files with 10 additions and 10 deletions

View file

@ -142,7 +142,7 @@ afxChoreographer::afxChoreographer()
lod = 0;
exec_conds_mask = 0;
choreographer_id = 0;
extra = 0;
mExtra = 0;
started_with_newop = false;
postpone_activation = false;
remapped_cons_sent = false; // CONSTRAINT REMAPPING
@ -179,7 +179,7 @@ afxChoreographer::~afxChoreographer()
void afxChoreographer::initPersistFields()
{
// conditionals
addField("extra", TYPEID<SimObject>(), Offset(extra, afxChoreographer),
addField("extra", TYPEID<SimObject>(), Offset(mExtra, afxChoreographer),
"...");
addField("postponeActivation", TypeBool, Offset(postpone_activation, afxChoreographer),
"...");