From 2d98edac695787aa97affcd715fb37053ae67ac5 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Fri, 23 Mar 2001 16:58:42 +0000
Subject: [PATCH] Only used for NEW_AI.

---
 src/ai/ai_local.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/ai/ai_local.h b/src/ai/ai_local.h
index a3e2253e5..81f7ebd54 100644
--- a/src/ai/ai_local.h
+++ b/src/ai/ai_local.h
@@ -18,6 +18,8 @@
 #ifndef __AI_LOCAL_H__
 #define __AI_LOCAL_H__
 
+#ifdef NEW_AI
+
 //@{
 
 /*----------------------------------------------------------------------------
@@ -175,4 +177,6 @@ extern AiHelper AiHelpers;		/// AI helper variables
 
 //@}
 
+#endif	// NEW_AI
+
 #endif	// !__AI_LOCAL_H__