From 321203c3f1cfdf63ff0bcea71f2c195a674095b0 Mon Sep 17 00:00:00 2001 From: Flugente Date: Tue, 22 Mar 2016 18:41:26 +0000 Subject: [PATCH] Fix: test function was mistakenly committed git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8117 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Tactical/Handle Items.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tactical/Handle Items.cpp b/Tactical/Handle Items.cpp index e4a6713c..845a4897 100644 --- a/Tactical/Handle Items.cpp +++ b/Tactical/Handle Items.cpp @@ -5315,7 +5315,6 @@ void BombMessageBoxCallBack( UINT8 ubExitValue ) } } -#include "Strategic AI.h" // Flugente: callback after deciding what tactical function to use void TacticalFunctionSelectionMessageBoxCallBack( UINT8 ubExitValue ) { @@ -5357,8 +5356,6 @@ void TacticalFunctionSelectionMessageBoxCallBack( UINT8 ubExitValue ) break; case 8: - ExecuteStrategicAIAction( NPC_ACTION_SEND_SOLDIERS_TO_DRASSEN, 0, 0 ); - break; default: break; }