mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix an incorrect setting of colormap when it should have been colormod
This commit is contained in:
parent
9bb956b29c
commit
6eef7f2988
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ SV_CreateBaseline (void)
|
|||
((entity_state_t*)svent->data)->scale = 16;
|
||||
((entity_state_t*)svent->data)->glow_size = 0;
|
||||
((entity_state_t*)svent->data)->glow_color = 254;
|
||||
((entity_state_t*)svent->data)->colormap = 255;
|
||||
((entity_state_t*)svent->data)->colormod = 255;
|
||||
|
||||
//
|
||||
// flush the signon message out to a seperate buffer if
|
||||
|
|
Loading…
Reference in a new issue