Update non-visible friendly color

This commit is contained in:
8dcc 2023-07-27 22:03:37 +02:00
parent 5321ee311e
commit 5e09221241
1 changed files with 3 additions and 3 deletions

View File

@ -106,9 +106,9 @@ void h_glColor4f(GLfloat r, GLfloat g, GLfloat b, GLfloat a) {
b = 0.96f;
break;
case FRIEND_NOT_VISIBLE:
r = 0.00f;
g = 0.53f;
b = 0.81f;
r = 0.10f;
g = 0.20f;
b = 0.70f;
break;
case HANDS:
/* Multiply by original func parameters for non-flat chams.