summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/red_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/red_client.cpp b/client/red_client.cpp
index 5291ded3..4e3b2ddd 100644
--- a/client/red_client.cpp
+++ b/client/red_client.cpp
@@ -641,7 +641,7 @@ void RedClient::send_agent_monitors_config()
THROW(" monitors query failed");
}
- double min_distance = HUGE;
+ double min_distance = INFINITY;
int dx = 0;
int dy = 0;
int i;