aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/ai_chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/ai_chat.c')
-rw-r--r--code/game/ai_chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/game/ai_chat.c b/code/game/ai_chat.c
index a513748..a55cbea 100644
--- a/code/game/ai_chat.c
+++ b/code/game/ai_chat.c
@@ -53,7 +53,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "match.h" //string matching types and vars
// for the voice chats
-#ifdef MISSIONPACK // bk001205
+#ifdef MISSIONPACK
#include "../../ui/menudef.h"
#endif