IOQ3 commit 2199

This commit is contained in:
Richard Allen 2012-01-13 17:17:02 +00:00
parent 844111e84f
commit 4d5295761b

View file

@ -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;
//}