summaryrefslogtreecommitdiff
path: root/src/common/mapindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mapindex.c')
-rw-r--r--src/common/mapindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mapindex.c b/src/common/mapindex.c
index 0c275c41a..b76a838be 100644
--- a/src/common/mapindex.c
+++ b/src/common/mapindex.c
@@ -17,7 +17,7 @@ struct _indexes {
char name[MAP_NAME_LENGTH]; //Stores map name
} indexes[MAX_MAPINDEX];
-static unsigned short max_index = 0;
+int max_index = 0;
char mapindex_cfgfile[80] = "db/map_index.txt";