Single most annoying and hard to find bug ive ever come across. I'd like to thank MSVC for not firing the one breakpoint I actually needed. Oh and a possible fix to sdktools.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402295
This commit is contained in:
Matt Woodrow
2008-06-29 05:04:41 +00:00
parent 29de57d415
commit e0a69507a0
2 changed files with 10 additions and 6 deletions
+5 -1
View File
@@ -59,7 +59,11 @@ public:
~CriticalHitManager()
{
forwards->ReleaseForward(forward);
if (forward != NULL)
{
forwards->ReleaseForward(forward);
}
DeleteCriticalDetour();
}