- 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
This commit is contained in:
Wanne
2012-09-30 09:53:19 +00:00
parent 9edcd360a5
commit 82b10b0e08
+4
View File
@@ -1063,6 +1063,10 @@ UINT32 DrawMap( void )
{
DrawBullseye();
}
else if(is_networked)
{
DrawBullseye();//haydent (allow client to see map deployment bullseye)
}
}
else
{