mirror of
https://github.com/glest/glest-source.git
synced 2025-08-10 18:34:05 +02:00
- 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:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user