mirror of
https://github.com/id-Software/quake2-rerelease-dll.git
synced 2026-03-19 16:39:46 +01:00
Update 1 changes
This commit is contained in:
@@ -863,7 +863,7 @@ void fire_rail(edict_t *self, const vec3_t &start, const vec3_t &aimdir, int dam
|
||||
if (binary_positional_search(org, start, args.tr.endpos, gi.inPHS, 3))
|
||||
{
|
||||
gi.WriteByte(svc_temp_entity);
|
||||
gi.WriteByte(g_instagib->integer ? TE_RAILTRAIL2 : TE_RAILTRAIL);
|
||||
gi.WriteByte((deathmatch->integer && g_instagib->integer) ? TE_RAILTRAIL2 : TE_RAILTRAIL);
|
||||
gi.WritePosition(start);
|
||||
gi.WritePosition(args.tr.endpos);
|
||||
gi.unicast(player, false, unicast_key);
|
||||
|
||||
Reference in New Issue
Block a user