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.
This commit is contained in:
Ian 2022-11-17 21:28:31 -05:00
parent c2afd12efa
commit 68f66b4b7b

View file

@ -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