File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
GeneralsMD/Code/GameEngine/Include/GameClient
Generals/Code/GameEngine/Include/GameClient Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ class WaterTransparencySetting : public Overridable
100
100
m_standingWaterColor.red = 1 .0f ;
101
101
m_standingWaterColor.green = 1 .0f ;
102
102
m_standingWaterColor.blue = 1 .0f ;
103
- m_radarColor.red = 140 ;
104
- m_radarColor.green = 140 ;
105
- m_radarColor.blue = 255 ;
103
+ m_radarColor.red = 0 . 55f ;
104
+ m_radarColor.green = 0 . 55f ;
105
+ m_radarColor.blue = 1 . 0f ;
106
106
m_standingWaterTexture = " TWWater01.tga" ;
107
107
m_additiveBlend = FALSE ;
108
108
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ class WaterTransparencySetting : public Overridable
100
100
m_standingWaterColor.red = 1 .0f ;
101
101
m_standingWaterColor.green = 1 .0f ;
102
102
m_standingWaterColor.blue = 1 .0f ;
103
- m_radarColor.red = 140 ;
104
- m_radarColor.green = 140 ;
105
- m_radarColor.blue = 255 ;
103
+ m_radarColor.red = 0 . 55f ;
104
+ m_radarColor.green = 0 . 55f ;
105
+ m_radarColor.blue = 1 . 0f ;
106
106
m_standingWaterTexture = " TWWater01.tga" ;
107
107
m_additiveBlend = FALSE ;
108
108
You can’t perform that action at this time.
0 commit comments