mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-25 03:09:24 +01: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…
Reference in New Issue
Block a user