fixed eyeangles helper not being freed

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402345
This commit is contained in:
Borja Ferrer 2008-07-05 00:15:18 +00:00
parent c67a3cd749
commit d0cbd943f1

View File

@ -280,6 +280,7 @@ void ShutdownHelpers()
{
s_Teleport.Shutdown();
s_GetVelocity.Shutdown();
s_EyeAngles.Shutdown();
}
const char *GetDTTypeName(int type)