diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 14:31:39 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 14:31:39 -0800 |
commit | 8e45dfe2c6ffff26417d7c43120e1f4a23ba3cac (patch) | |
tree | c4069d5ab0be38f275b89049f6f2761efb6301d7 /indra | |
parent | 6f364cf7c5a0dc01e8bab4818b4762d258b62a90 (diff) |
CID-334
Checker: UNINIT_CTOR
Function: LLStateMachine::LLStateMachine()
File: /indra/llcharacter/llstatemachine.cpp
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcharacter/llstatemachine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcharacter/llstatemachine.cpp b/indra/llcharacter/llstatemachine.cpp index 73c6951211..f4eb59b0f2 100644 --- a/indra/llcharacter/llstatemachine.cpp +++ b/indra/llcharacter/llstatemachine.cpp @@ -305,6 +305,7 @@ LLStateMachine::LLStateMachine() // we haven't received a starting state yet mCurrentState = NULL; mLastState = NULL; + mLastTransition = NULL; mStateDiagram = NULL; } |