mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
hopefully fix Despair's torches
This commit is contained in:
parent
2fa09aa68a
commit
aa09f5ce7a
1 changed files with 5 additions and 5 deletions
|
@ -495,11 +495,11 @@ CL_ParseBaseline (entity_t *ent)
|
||||||
}
|
}
|
||||||
// LordHavoc: set up the baseline to account for new effects (alpha,
|
// LordHavoc: set up the baseline to account for new effects (alpha,
|
||||||
// colormod, etc)
|
// colormod, etc)
|
||||||
ent->alpha = 1;
|
ent->baseline->alpha = 255;
|
||||||
ent->scale = 1;
|
ent->baseline->scale = 16;
|
||||||
ent->glow_color = 254;
|
ent->baseline->glow_color = 254;
|
||||||
ent->glow_size = 0;
|
ent->baseline->glow_size = 0;
|
||||||
ent->colormod[0] = ent->colormod[1] = ent->colormod[2] = 1;
|
ent->baseline->colormod = 255;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue