Paril / q2pro

Enhanced Quake 2 client and server focused on multiplayer
GNU General Public License v2.0
10 stars 2 forks source link

Q2PRO bug: blood particles can have water/slime/lava mixed in if those are traced behind them #101

Closed Paril closed 3 weeks ago

Paril commented 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

skullernet commented 3 weeks ago

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.