Skip to content

Commit

Permalink
Fixed radar remap for grey
Browse files Browse the repository at this point in the history
  • Loading branch information
tore29 authored and OmniBlade committed May 27, 2023
1 parent 83c152c commit cf55396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tiberiandawn/house.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4612,8 +4612,8 @@ void HouseClass::Init_Data(PlayerColorType color, HousesType house, int credits)

case REMAP_LTBLUE:
RemapTable = RemapLtBlue;
((unsigned char&)Class->Color) = 135;
((unsigned char&)Class->BrightColor) = 2;
((unsigned char&)Class->Color) = 203;
((unsigned char&)Class->BrightColor) = 201;
break;

case REMAP_ORANGE:
Expand Down

0 comments on commit cf55396

Please sign in to comment.