From 68f66b4b7b5778ca9e5ad1dacf3fa3d191f39cc6 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 17 Nov 2022 21:28:31 -0500 Subject: [PATCH] Server: Remove FIXME case regarding Do_Pathfind on FTE platforms Determined that 0 will never be a returned value by Do_Pathfind unless accidentally executed on another platform. --- source/server/ai/ai_core.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/server/ai/ai_core.qc b/source/server/ai/ai_core.qc index b7a77a4..492e741 100644 --- a/source/server/ai/ai_core.qc +++ b/source/server/ai/ai_core.qc @@ -534,7 +534,6 @@ void() PathfindToEnemy = path_result = Do_Pathfind(self, self.enemy); #endif - //FIXME - further test if this can equate to 0 in FTE.. if (path_result >= 1) { #ifndef PC