diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_target.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |