Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Allow special beam color for houndeye squad of size 5
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave authored and nekonomicon committed Jun 5, 2021
1 parent 7a999bf commit 59508d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlls/houndeye.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ void CHoundeye::WriteBeamColor( void )
bBlue = 255;
break;
case 4:
case 5:
bRed = 62;
bGreen = 33;
bBlue = 211;
Expand Down

0 comments on commit 59508d6

Please sign in to comment.