fix memleak

This commit is contained in:
Glenn Maynard
2005-07-19 07:46:45 +00:00
parent 8f8f8d7782
commit 2e05545ec7
+1 -1
View File
@@ -38,7 +38,7 @@ void Actor::SetBGMLight( int iLightNumber, float fCabinetLights )
* that shouldn't change the position of the actor. */ * that shouldn't change the position of the actor. */
void Actor::Reset() void Actor::Reset()
{ {
m_Tweens.clear(); StopTweening();
m_pTempState = NULL; m_pTempState = NULL;