- changed order of map searching, now we look in this order:

mydata/maps mgm file type
mydata/maps gbm file type
maps / mgm file type
maps/ gbm file type
This commit is contained in:
Mark Vejvoda
2010-12-30 21:19:08 +00:00
parent c59807c4cf
commit 0987536af8
2 changed files with 94 additions and 15 deletions

View File

@@ -47,6 +47,7 @@ protected:
Mutex mutexMapFileList;
vector<string> mapFileList;
void getMapFromServer(string mapFilename);
FTP_Client_ResultType getMapFromServer(string mapFileName, string ftpUser, string ftpUserPassword);
public: