Declare a variable as static

This commit is contained in:
Pasi Kallinen
2015-11-21 20:56:47 +02:00
parent 70cfeb08d8
commit 90302ce86d

View File

@@ -21,7 +21,7 @@ STATIC_DCL void FDECL(finish_map,
STATIC_DCL void FDECL(remove_room, (unsigned));
void FDECL(mkmap, (lev_init *));
char *new_locations;
static char *new_locations;
int min_rx, max_rx, min_ry, max_ry; /* rectangle bounds for regions */
static int n_loc_filled;