2
0
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:
Roman Chistokhodov 2021-05-13 01:27:10 +03:00 committed by Andrey Akhmichin
parent 7a999bf987
commit 59508d66da

View File

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