From 6668b31bd4e0cf573db0e2666dc5049653cf03bb Mon Sep 17 00:00:00 2001 From: Wanne Date: Mon, 23 Dec 2013 10:26:01 +0000 Subject: [PATCH] Mutliplayer: Disabled the "client interrupt fix", because it does not work (once AI stuck, you cant give the turn by pressing ALT + E on the server back to the client ...) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6707 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Multiplayer/connect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multiplayer/connect.h b/Multiplayer/connect.h index 69ba337c..f9fd34ff 100644 --- a/Multiplayer/connect.h +++ b/Multiplayer/connect.h @@ -150,7 +150,7 @@ extern char cServerName[30]; // WANNE: After some MP-Tests: It seems there are still problems with enemy interupt and if this define is enabled the ALT + E (give turn to client) does not work either. So I disabled this define for now ... // WANNE: If this define is enabled, it hopefully fixes the "enemy AI got stuck on pure client interrupt". (this "fix" was added in revision 5623) -#define INTERRUPT_MP_DEADLOCK_FIX +//#define INTERRUPT_MP_DEADLOCK_FIX // WANNE: This features seems to work without any errors, so it is enabled :) #define ENABLE_MP_FRIENDLY_PLAYERS_SHARE_SAME_FOV