mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-04 14:53:03 +00:00
oops, forgot to remove the traceon/traceoff calls
This commit is contained in:
parent
718ae1049e
commit
d8cfc929c7
1 changed files with 1 additions and 2 deletions
|
@ -95,7 +95,6 @@ void(vector org, vector vec) LaunchLaser =
|
|||
newmis.nextthink = time + 5;
|
||||
newmis.think = SUB_Remove;
|
||||
newmis.touch = Laser_Touch;
|
||||
traceoff();
|
||||
};
|
||||
|
||||
|
||||
|
@ -108,7 +107,7 @@ void() enforcer_fire =
|
|||
makevectors (self.angles);
|
||||
|
||||
org = self.origin + v_forward * 30 + v_right * 8.5 + '0 0 16';
|
||||
traceon();
|
||||
|
||||
LaunchLaser(org, self.enemy.origin - self.origin);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue