mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-22 20:31:11 +00:00
IOQ3 commit 2199
This commit is contained in:
parent
844111e84f
commit
4d5295761b
1 changed files with 5 additions and 0 deletions
|
@ -934,9 +934,14 @@ static void CG_DamageBlendBlob(void)
|
|||
int maxTime;
|
||||
refEntity_t ent;
|
||||
|
||||
if (!cg_blood.integer) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!cg.damageValue) {
|
||||
return;
|
||||
}
|
||||
|
||||
//if (cg.cameraMode) {
|
||||
// return;
|
||||
//}
|
||||
|
|
Loading…
Reference in a new issue