From e14444f14a5ceeafab38bb0b5d0e68d07f6dd87f Mon Sep 17 00:00:00 2001 From: Wanne Date: Mon, 13 Jul 2020 17:43:36 +0000 Subject: [PATCH] Multiplayer: Disabled rooftop climbing, because its not syncing correctly between the clients git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8866 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Tactical/Soldier Control.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tactical/Soldier Control.cpp b/Tactical/Soldier Control.cpp index c48229bf..1b0a20dc 100644 --- a/Tactical/Soldier Control.cpp +++ b/Tactical/Soldier Control.cpp @@ -9679,13 +9679,11 @@ void SOLDIERTYPE::BeginSoldierClimbUpRoof( void ) return; } - /* if ( is_client ) { ScreenMsg( FONT_MCOLOR_LTYELLOW, MSG_INTERFACE, MPClientMessage[43] ); return;//hayden disable climbing roof } - */ INT8 bNewDirection; UINT8 ubWhoIsThere;