0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/game-source synced 2025-04-24 08:19:04 +00:00

whitespace

This commit is contained in:
Bill Currie 2002-10-21 21:41:52 +00:00
parent d8ea11c80b
commit dbeec86043

View file

@ -388,7 +388,7 @@ local vector org;
t = find (world, targetname, self.target);
if (!t)
objerror ("couldn't find target");
// spawn a tfog flash in front of the destination
makevectors (t.mangle);
org = t.origin + 32 * v_forward;