summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2014-07-13 19:16:08 +0200
committer/dev/humancontroller <devhc@example.com>2017-03-09 13:51:13 +0100
commitf62e00c4ac73d7b3803cad8bd8eaa260531b0381 (patch)
treec6b01046347e90bbcbebedc2874756e22023560e /src/game
parent7a159b88bb85822c58a21c0d13fc2d8d90b3fb68 (diff)
also use configstring #CS_LOCATIONS+0 for storing location names
includes some refactoring
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_target.c2
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;