summaryrefslogtreecommitdiff
path: root/src/avp/bh_far.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/avp/bh_far.c')
-rw-r--r--src/avp/bh_far.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/avp/bh_far.c b/src/avp/bh_far.c
index 93bab27..a1cb0e4 100644
--- a/src/avp/bh_far.c
+++ b/src/avp/bh_far.c
@@ -1065,8 +1065,6 @@ AIMODULE *FarNPC_GetTargetAIModuleForHunt(STRATEGYBLOCK *sbPtr, int alien)
/* Patrick 2/7/96: this function returns a module for wandering to */
AIMODULE *FarNPC_GetTargetAIModuleForWander(STRATEGYBLOCK *sbPtr, AIMODULE *exception, int alien)
{
- extern int cosine[], sine[];
-
AIMODULE **AdjModuleRefPtr;
DYNAMICSBLOCK *dynPtr;
AIMODULE* targetModule = (AIMODULE *)0;