mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: client: fix fire field additive transparency from 80 to 180 (thanks @autisoid!)
This commit is contained in:
@@ -1776,7 +1776,7 @@ void GAME_EXPORT R_FireField( float *org, int radius, int modelIndex, int count,
|
||||
else if( FBitSet( flags, TEFIRE_FLAG_ADDITIVE ))
|
||||
{
|
||||
pTemp->entity.curstate.rendermode = kRenderTransAdd;
|
||||
pTemp->entity.curstate.renderamt = 80;
|
||||
pTemp->entity.curstate.renderamt = 180;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user