From f62e00c4ac73d7b3803cad8bd8eaa260531b0381 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sun, 13 Jul 2014 19:16:08 +0200 Subject: also use configstring #CS_LOCATIONS+0 for storing location names includes some refactoring --- src/game/g_target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game') diff --git a/src/game/g_target.c b/src/game/g_target.c index 2ff6ab27..9fbd62f0 100644 --- a/src/game/g_target.c +++ b/src/game/g_target.c @@ -301,7 +301,7 @@ in site, closest in distance */ void SP_target_location( gentity_t *self ) { - static int n = 1; + static int n = 0; char *message; self->s.eType = ET_LOCATION; self->r.svFlags = SVF_BROADCAST; -- cgit