mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Allow special beam color for houndeye squad of size 5
This commit is contained in:
parent
7a999bf987
commit
59508d66da
@ -514,6 +514,7 @@ void CHoundeye::WriteBeamColor( void )
|
|||||||
bBlue = 255;
|
bBlue = 255;
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
|
case 5:
|
||||||
bRed = 62;
|
bRed = 62;
|
||||||
bGreen = 33;
|
bGreen = 33;
|
||||||
bBlue = 211;
|
bBlue = 211;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user