New file extensions for "resume" and "downloading" (due to possible bugs in old files).

This commit is contained in:
vng 2012-10-29 23:42:19 +03:00 committed by Alex Zolotarev
parent 04bdf5e807
commit b51574bdc5

View file

@ -11,8 +11,8 @@
#define VERSION_FILE_TAG "version"
#define READY_FILE_EXTENSION ".ready"
#define RESUME_FILE_EXTENSION ".resume2"
#define DOWNLOADING_FILE_EXTENSION ".downloading2"
#define RESUME_FILE_EXTENSION ".resume3"
#define DOWNLOADING_FILE_EXTENSION ".downloading3"
#define COUNTRIES_FILE "countries.txt"
@ -33,5 +33,3 @@
/// How many langs we're supporting on indexing stage
#define MAX_SUPPORTED_LANGUAGES 64
#define REDBUTTON_SERVER_URL "http://redbutton.mapswithme.com/enable_search_banner"