mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
cleans up extra=extra complaint
This commit is contained in:
parent
c875f44bd1
commit
015f07e50e
4 changed files with 10 additions and 10 deletions
|
|
@ -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),
|
||||
"...");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue