mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
- lua bugfix for fog of war toggling
- ftp client bugfix for reported segfault
This commit is contained in:
@@ -85,7 +85,9 @@ public:
|
||||
void addMapToRequests(string mapFilename);
|
||||
void addTilesetToRequests(string tileSetName);
|
||||
|
||||
FTPClientCallbackInterface * getCallBackObject() { return pCBObject; }
|
||||
FTPClientCallbackInterface * getCallBackObject();
|
||||
void setCallBackObject(FTPClientCallbackInterface *value);
|
||||
|
||||
Mutex * getProgressMutex() { return &mutexProgressMutex; }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user