mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 01:47:45 +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;
|
||||
break;
|
||||
case 4:
|
||||
case 5:
|
||||
bRed = 62;
|
||||
bGreen = 33;
|
||||
bBlue = 211;
|
||||
|
Loading…
Reference in New Issue
Block a user