env_message: Give the default text some color.

This commit is contained in:
Marco Cawthorne 2019-01-27 06:58:11 +01:00
parent 63efe2b147
commit ab6dfdc95f

View file

@ -111,6 +111,8 @@ void GameMessage_Parse(void)
g_textchannels[0].m_flFadeIn = 0.5f;
g_textchannels[0].m_flFadeOut = 0.5f;
g_textchannels[0].m_flHoldTime = 4.0f;
g_textchannels[0].m_vecColor1 = [1,1,1];
g_textchannels[0].m_vecColor2 = [1,1,1];
strSound = readstring();
flVolume = readfloat();