fixed eyeangles helper not being freed

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402345
This commit is contained in:
Borja Ferrer 2008-07-05 00:15:18 +00:00
parent bc6b3495be
commit 1c08ddc939

View File

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