From d8907b332df0026f5a84f8850cb92d0202138664 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Fri, 1 Nov 2013 09:58:07 -0400 Subject: [PATCH] Fix build. --- 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 5ea0f4c76..81ec0e166 100644 --- a/extensions/tf2/conditions.cpp +++ b/extensions/tf2/conditions.cpp @@ -125,7 +125,7 @@ void Conditions_OnGameFrame(bool simulating) } } - maxbit = max(removedconds.lower, removedconds.upper); + maxbit = MAX(removedconds.lower, removedconds.upper); for (j = 0; j < MAX_CONDS && (bit = ((uint64_t)1 << j)) <= maxbit; j++) { if ((removedconds.lower & bit) == bit)