mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fix invisible bullet tracers
This commit is contained in:
parent
a539da3200
commit
5052449e38
1 changed files with 1 additions and 1 deletions
|
@ -1726,7 +1726,7 @@ void CG_ParseCGMessage_ver_6()
|
|||
iLarge = cgi.MSG_ReadBits(1);
|
||||
|
||||
if (iType == CGM6_BULLET_1) {
|
||||
CG_MakeBulletTracer(vTmp, vStart, vEndArray, 1, iLarge, qfalse, qtrue);
|
||||
CG_MakeBulletTracer(vTmp, vStart, vEndArray, 1, iLarge, qtrue, qtrue);
|
||||
} else if (iType == CGM6_BULLET_2) {
|
||||
CG_MakeBulletTracer(vTmp, vStart, vEndArray, 1, iLarge, qfalse, qtrue);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue