summaryrefslogtreecommitdiff
path: root/source/cl_locs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_locs.c')
-rw-r--r--source/cl_locs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_locs.c b/source/cl_locs.c
index d17897a..cb5b8c9 100644
--- a/source/cl_locs.c
+++ b/source/cl_locs.c
@@ -30,7 +30,7 @@ typedef struct {
char name[1];
} location_t;
-static list_t cl_locations = { &cl_locations, &cl_locations };
+static LIST_DECL( cl_locations );
static cvar_t *loc_draw;
static cvar_t *loc_trace;