Browse Source

Allow special beam color for houndeye squad of size 5

hl_urbicide
Roman Chistokhodov 4 years ago committed by Andrey Akhmichin
parent
commit
59508d66da
  1. 1
      dlls/houndeye.cpp

1
dlls/houndeye.cpp

@ -514,6 +514,7 @@ void CHoundeye::WriteBeamColor( void ) @@ -514,6 +514,7 @@ void CHoundeye::WriteBeamColor( void )
bBlue = 255;
break;
case 4:
case 5:
bRed = 62;
bGreen = 33;
bBlue = 211;

Loading…
Cancel
Save