Initialize mDebugRefCalled on restart.

This commit is contained in:
Aleric Inglewood
2013-03-07 02:23:23 +01:00
parent b9b5f13624
commit 380eec10fb

View File

@@ -890,6 +890,7 @@ void AIStateMachine::reset()
mDebugAborted = false; mDebugAborted = false;
mDebugContPending = false; mDebugContPending = false;
mDebugSetStatePending = false; mDebugSetStatePending = false;
mDebugRefCalled = false;
#endif #endif
bool inside_multiplex; bool inside_multiplex;
{ {