From e105711678e536b2f9a5c2f648e6eecafbf81137 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 27 Dec 2012 16:38:34 -0500 Subject: [PATCH] Backed out changeset: 951598961ea8. --- extensions/tf2/conditions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/tf2/conditions.cpp b/extensions/tf2/conditions.cpp index 61b1693a..523f1907 100644 --- a/extensions/tf2/conditions.cpp +++ b/extensions/tf2/conditions.cpp @@ -114,7 +114,7 @@ void Conditions_OnGameFrame(bool simulating) g_addCondForward->Execute(NULL, NULL); } - for (j = 0; (j = removedconds->FindNextSetBit( j )) != -1; ++j) + for (j = 0; (j = addedconds->FindNextSetBit( j )) != -1; ++j) { g_removeCondForward->PushCell(i); g_removeCondForward->PushCell(j);