From 82b10b0e08b7fe95a3857b1a4a4d2d59aad561a9 Mon Sep 17 00:00:00 2001 From: Wanne Date: Sun, 30 Sep 2012 09:53:19 +0000 Subject: [PATCH] - MP Bugfix: Allows the clients too see the sector deployment bullseye as chosen by the host (by haydent) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5588 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Strategic/Map Screen Interface Map.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Strategic/Map Screen Interface Map.cpp b/Strategic/Map Screen Interface Map.cpp index 691769530..abe0e20f3 100644 --- a/Strategic/Map Screen Interface Map.cpp +++ b/Strategic/Map Screen Interface Map.cpp @@ -1063,6 +1063,10 @@ UINT32 DrawMap( void ) { DrawBullseye(); } + else if(is_networked) + { + DrawBullseye();//haydent (allow client to see map deployment bullseye) + } } else {