From a5754a54285aa13f17549faf10bdf585ece20d1a Mon Sep 17 00:00:00 2001 From: Flugente Date: Wed, 22 Apr 2015 19:13:28 +0000 Subject: [PATCH] made unclaimed airspace a bit brigher in the map, as it was hard to see anything git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7831 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Strategic/Map Screen Interface Map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Strategic/Map Screen Interface Map.cpp b/Strategic/Map Screen Interface Map.cpp index c57b8850..8bd0e211 100644 --- a/Strategic/Map Screen Interface Map.cpp +++ b/Strategic/Map Screen Interface Map.cpp @@ -759,7 +759,7 @@ UINT32 DrawMap( void ) else { // sector not visited, currently nobody controls the airspace - ShadeMapElem( cnt, cnt2, MAP_SHADE_DK_BLUE ); + ShadeMapElem( cnt, cnt2, MAP_SHADE_MD_BLUE ); } } else if ( fShowStrategicDiseaseFlag )