mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 03:41:15 +00:00
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:
parent
c2afd12efa
commit
68f66b4b7b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue