From 2088176fd9c7f71e3878751bc7c6ce8f22105976 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Sun, 17 Sep 2023 21:27:30 +0300 Subject: [PATCH] Even faster waypoint selection for player/zombies --- source/pr_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pr_cmds.c b/source/pr_cmds.c index b6aa5af..3c12a2f 100644 --- a/source/pr_cmds.c +++ b/source/pr_cmds.c @@ -1865,7 +1865,7 @@ Do_Pathfind float Do_Pathfind (entity zombie, entity target) ================= */ -#define MEASURE_PF_PERF +// #define MEASURE_PF_PERF float max_waypoint_distance = 750; short closest_waypoints[MAX_EDICTS];