Closed Paril closed 3 weeks ago
Have slime/lava behind the enemy under your crosshair and fire shotgun at enemy; the blood will have slime/lava mixed into it
I think dst->contents |= src->contents line should be changed to dst->contents = src->contents in CM_ClipEntity(). Don't remember why was this change done, but now it seems it was wrong as it breaks game logic.
dst->contents |= src->contents
dst->contents = src->contents
CM_ClipEntity()
Have slime/lava behind the enemy under your crosshair and fire shotgun at enemy; the blood will have slime/lava mixed into it