From 869f6535d4747c62cf18a91c008b8cf8f9984505 Mon Sep 17 00:00:00 2001 From: Spoike Date: Mon, 6 Aug 2007 14:26:40 +0000 Subject: [PATCH] Ah, whoops\! git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2572 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_tent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/cl_tent.c b/engine/client/cl_tent.c index cd0c78320..87331f8b5 100644 --- a/engine/client/cl_tent.c +++ b/engine/client/cl_tent.c @@ -2464,7 +2464,7 @@ void CL_UpdateBeams (void) continue; } - lastrunningbeam = i; + lastrunningbeam = bnum; // if coming from the player, update the start position if ((b->flags & 1) && b->entity > 0 && b->entity <= MAX_CLIENTS)